Class: Aws::Glacier::Types::MissingParameterValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::MissingParameterValueException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Returned if a required header or parameter is missing from the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
400 Bad Request.
-
#message ⇒ String
Returned if no authentication data is found for the request.
-
#type ⇒ String
Client.
Instance Attribute Details
#code ⇒ String
400 Bad Request
1823 1824 1825 1826 1827 1828 1829 |
# File 'lib/aws-sdk-glacier/types.rb', line 1823 class MissingParameterValueException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Returned if no authentication data is found for the request.
1823 1824 1825 1826 1827 1828 1829 |
# File 'lib/aws-sdk-glacier/types.rb', line 1823 class MissingParameterValueException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Client.
1823 1824 1825 1826 1827 1828 1829 |
# File 'lib/aws-sdk-glacier/types.rb', line 1823 class MissingParameterValueException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |