Class: Aws::StorageGateway::Errors::InternalServerError
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::StorageGateway::Errors::InternalServerError
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-storagegateway/errors.rb
Instance Method Summary collapse
- #error ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerError
constructor
A new instance of InternalServerError.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerError
Returns a new instance of InternalServerError.
45 46 47 |
# File 'lib/aws-sdk-storagegateway/errors.rb', line 45 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error ⇒ String
55 |
# File 'lib/aws-sdk-storagegateway/errors.rb', line 55
def error: () -> ::String
|
#message ⇒ String
50 |
# File 'lib/aws-sdk-storagegateway/errors.rb', line 50
def message: () -> ::String
|