Class: Aws::Omics::Errors::InternalServerException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Omics::Errors::InternalServerException
- Defined in:
- lib/aws-sdk-omics/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.
82 83 84 |
# File 'lib/aws-sdk-omics/errors.rb', line 82 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
87 88 89 |
# File 'lib/aws-sdk-omics/errors.rb', line 87 def @message || @data[:message] end |
#retryable? ⇒ Boolean
91 92 93 |
# File 'lib/aws-sdk-omics/errors.rb', line 91 def retryable? true end |