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.
104 105 106 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/errors.rb', line 104 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
109 110 111 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/errors.rb', line 109 def @message || @data[:message] end |
#retryable? ⇒ Boolean
113 114 115 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/errors.rb', line 113 def retryable? true end |