Class: Aws::ServerlessApplicationRepository::Errors::TooManyRequestsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ServerlessApplicationRepository::Errors::TooManyRequestsException
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRequestsException
constructor
A new instance of TooManyRequestsException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRequestsException
Returns a new instance of TooManyRequestsException.
148 149 150 |
# File 'lib/aws-sdk-serverlessapplicationrepository/errors.rb', line 148 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
153 154 155 |
# File 'lib/aws-sdk-serverlessapplicationrepository/errors.rb', line 153 def error_code @data[:error_code] end |
#message ⇒ String
158 159 160 |
# File 'lib/aws-sdk-serverlessapplicationrepository/errors.rb', line 158 def @message || @data[:message] end |