Class: Aws::Signer::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



192
193
194
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/errors.rb', line 192

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

Instance Method Details

#codeString

Returns:

  • (String)


202
203
204
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/errors.rb', line 202

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

#messageString

Returns:

  • (String)


197
198
199
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/errors.rb', line 197

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