Class: Aws::MarketplaceAgreement::Errors::ThrottlingException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-marketplaceagreement/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException

Returns a new instance of ThrottlingException.

Parameters:



194
195
196
# File 'lib/aws-sdk-marketplaceagreement/errors.rb', line 194

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


204
205
206
# File 'lib/aws-sdk-marketplaceagreement/errors.rb', line 204

def message
  @message || @data[:message]
end

#request_idString

Returns:

  • (String)


199
200
201
# File 'lib/aws-sdk-marketplaceagreement/errors.rb', line 199

def request_id
  @data[:request_id]
end