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