Class: Aws::LexModelsV2::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::LexModelsV2::Errors::ThrottlingException
- Defined in:
- lib/aws-sdk-lexmodelsv2/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #retry_after_seconds ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
124 125 126 |
# File 'lib/aws-sdk-lexmodelsv2/errors.rb', line 124 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
134 135 136 |
# File 'lib/aws-sdk-lexmodelsv2/errors.rb', line 134 def @message || @data[:message] end |
#retry_after_seconds ⇒ String
129 130 131 |
# File 'lib/aws-sdk-lexmodelsv2/errors.rb', line 129 def retry_after_seconds @data[:retry_after_seconds] end |