Class: Aws::Account::Errors::InternalServerException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Account::Errors::InternalServerException
- Defined in:
- gems/aws-sdk-account/lib/aws-sdk-account/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerException
constructor
A new instance of InternalServerException.
-
#message ⇒ String
-
#retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerException
Returns a new instance of InternalServerException.
78 79 80 |
# File 'gems/aws-sdk-account/lib/aws-sdk-account/errors.rb', line 78 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
83 84 85 |
# File 'gems/aws-sdk-account/lib/aws-sdk-account/errors.rb', line 83 def @message || @data[:message] end |
#retryable? ⇒ Boolean
87 88 89 |
# File 'gems/aws-sdk-account/lib/aws-sdk-account/errors.rb', line 87 def retryable? true end |