Class: Aws::SocialMessaging::Errors::DependencyException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SocialMessaging::Errors::DependencyException
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DependencyException
constructor
A new instance of DependencyException.
-
#message ⇒ String
-
#retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DependencyException
Returns a new instance of DependencyException.
97 98 99 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/errors.rb', line 97 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
102 103 104 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/errors.rb', line 102 def @message || @data[:message] end |
#retryable? ⇒ Boolean
106 107 108 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/errors.rb', line 106 def retryable? true end |