Class: Aws::MarketplaceDeployment::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-marketplacedeployment/types.rb

Overview

The maximum number of requests per account has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


219
220
221
222
223
# File 'lib/aws-sdk-marketplacedeployment/types.rb', line 219

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