Class: Aws::Glacier::Types::InvalidParameterValueException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glacier/types.rb

Overview

Returned if a parameter of the request is incorrectly specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

400 Bad Request

Returns:

  • (String)


1266
1267
1268
1269
1270
1271
1272
# File 'lib/aws-sdk-glacier/types.rb', line 1266

class InvalidParameterValueException < Struct.new(
  :type,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returned if a parameter of the request is incorrectly specified.

Returns:

  • (String)


1266
1267
1268
1269
1270
1271
1272
# File 'lib/aws-sdk-glacier/types.rb', line 1266

class InvalidParameterValueException < Struct.new(
  :type,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Client

Returns:

  • (String)


1266
1267
1268
1269
1270
1271
1272
# File 'lib/aws-sdk-glacier/types.rb', line 1266

class InvalidParameterValueException < Struct.new(
  :type,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end