Class: Aws::SageMakerGeospatial::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
You have exceeded the service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_id ⇒ String
Identifier of the resource affected.
Instance Attribute Details
#message ⇒ String
1945 1946 1947 1948 1949 1950 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1945 class ServiceQuotaExceededException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the resource affected.
1945 1946 1947 1948 1949 1950 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1945 class ServiceQuotaExceededException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |