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