Class: Aws::StorageGateway::Types::InvalidGatewayRequestException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#errorTypes::StorageGatewayError

A StorageGatewayError that provides more detail about the cause of the error.



4135
4136
4137
4138
4139
4140
# File 'lib/aws-sdk-storagegateway/types.rb', line 4135

class InvalidGatewayRequestException < Struct.new(
  :message,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A human-readable message describing the error that occurred.

Returns:

  • (String)


4135
4136
4137
4138
4139
4140
# File 'lib/aws-sdk-storagegateway/types.rb', line 4135

class InvalidGatewayRequestException < Struct.new(
  :message,
  :error)
  SENSITIVE = []
  include Aws::Structure
end