Class: Aws::Organizations::Errors::TooManyRequestsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Organizations::Errors::TooManyRequestsException
- Defined in:
- lib/aws-sdk-organizations/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRequestsException
constructor
A new instance of TooManyRequestsException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRequestsException
Returns a new instance of TooManyRequestsException.
832 833 834 |
# File 'lib/aws-sdk-organizations/errors.rb', line 832 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
842 843 844 |
# File 'lib/aws-sdk-organizations/errors.rb', line 842 def @message || @data[:message] end |
#type ⇒ String
837 838 839 |
# File 'lib/aws-sdk-organizations/errors.rb', line 837 def type @data[:type] end |