Class: Aws::StorageGateway::Types::InvalidGatewayRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::InvalidGatewayRequestException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
An exception occurred because an invalid gateway request was issued to the service. 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 detail 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 detail about the cause of the error.
4291 4292 4293 4294 4295 4296 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 4291 class InvalidGatewayRequestException < Struct.new( :message, :error) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable message describing the error that occurred.
4291 4292 4293 4294 4295 4296 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 4291 class InvalidGatewayRequestException < Struct.new( :message, :error) SENSITIVE = [] include Aws::Structure end |