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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/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.



4112
4113
4114
4115
4116
4117
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4112

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

#messageString

A human-readable message describing the error that occurred.

Returns:

  • (String)


4112
4113
4114
4115
4116
4117
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4112

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