Class: Aws::NimbleStudio::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Your current quota does not allow you to perform the request action. You can request increases for some quotas, and other quotas cannot be increased.
Please use Amazon Web Services Service Quotas to request an increase.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
A more specific error code.
-
#context ⇒ Hash<String,String>
The exception context.
-
#message ⇒ String
A human-readable description of the error.
Instance Attribute Details
#code ⇒ String
A more specific error code.
2275 2276 2277 2278 2279 2280 2281 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2275 class ServiceQuotaExceededException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |
#context ⇒ Hash<String,String>
The exception context.
2275 2276 2277 2278 2279 2280 2281 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2275 class ServiceQuotaExceededException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable description of the error.
2275 2276 2277 2278 2279 2280 2281 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2275 class ServiceQuotaExceededException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |