Class: Aws::Evs::Errors::InternalServerException
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::Evs::Errors::InternalServerException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-evs/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.
49 50 51 |
# File 'lib/aws-sdk-evs/errors.rb', line 49 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
54 |
# File 'lib/aws-sdk-evs/errors.rb', line 54
def message: () -> ::String
|
#retryable? ⇒ Boolean
58 59 60 |
# File 'lib/aws-sdk-evs/errors.rb', line 58 def retryable? true end |