Class: Aws::Glacier::Types::InvalidParameterValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::InvalidParameterValueException
- 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
-
#code ⇒ String
400 Bad Request.
-
#message ⇒ String
Returned if a parameter of the request is incorrectly specified.
-
#type ⇒ String
Client.
Instance Attribute Details
#code ⇒ String
400 Bad Request
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 |
#message ⇒ String
Returned if a parameter of the request is incorrectly specified.
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 |
#type ⇒ String
Client
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 |