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.



4539
4540
4541
4542
4543
4544
# File 'lib/aws-sdk-storagegateway/types.rb', line 4539

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

#messageString

A human-readable message describing the error that occurred.

Returns:

  • (String)


4539
4540
4541
4542
4543
4544
# File 'lib/aws-sdk-storagegateway/types.rb', line 4539

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