Class: Aws::SocialMessaging::Errors::InternalServiceException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SocialMessaging::Errors::InternalServiceException
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServiceException
constructor
A new instance of InternalServiceException.
-
#message ⇒ String
-
#retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServiceException
Returns a new instance of InternalServiceException.
116 117 118 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/errors.rb', line 116 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
121 122 123 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/errors.rb', line 121 def @message || @data[:message] end |
#retryable? ⇒ Boolean
125 126 127 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/errors.rb', line 125 def retryable? true end |