Class: Aws::NimbleStudio::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/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

Instance Attribute Details

#codeString

A more specific error code.

Returns:

  • (String)


2275
2276
2277
2278
2279
2280
2281
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2275

class ServiceQuotaExceededException < Struct.new(
  :code,
  :context,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#contextHash<String,String>

The exception context.

Returns:

  • (Hash<String,String>)


2275
2276
2277
2278
2279
2280
2281
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2275

class ServiceQuotaExceededException < Struct.new(
  :code,
  :context,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A human-readable description of the error.

Returns:

  • (String)


2275
2276
2277
2278
2279
2280
2281
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2275

class ServiceQuotaExceededException < Struct.new(
  :code,
  :context,
  :message)
  SENSITIVE = []
  include Aws::Structure
end