Class: Aws::StorageGateway::Types::InternalServerError
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::InternalServerError
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
An internal server error has occurred during the request. For more information, see the error and message fields.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::StorageGatewayError
A StorageGatewayError that provides more information about the cause of the error.
-
#message ⇒ String
A human-readable message describing the error that occurred.
Instance Attribute Details
#error ⇒ Types::StorageGatewayError
A StorageGatewayError that provides more information about the cause of the error.
4270 4271 4272 4273 4274 4275 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4270 class InternalServerError < Struct.new( :message, :error) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable message describing the error that occurred.
4270 4271 4272 4273 4274 4275 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4270 class InternalServerError < Struct.new( :message, :error) SENSITIVE = [] include Aws::Structure end |