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.
81 82 83 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/errors.rb', line 81 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
86 87 88 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/errors.rb', line 86 def @message || @data[:message] end |
#retryable? ⇒ Boolean
90 91 92 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/errors.rb', line 90 def retryable? true end |