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