Class: Aws::IoT1ClickProjects::Errors::TooManyRequestsException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TooManyRequestsException.

Parameters:



127
128
129
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/errors.rb', line 127

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

Instance Method Details

#codeString

Returns:

  • (String)


132
133
134
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/errors.rb', line 132

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

#messageString

Returns:

  • (String)


137
138
139
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/errors.rb', line 137

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