Class: Aws::Glacier::Types::MissingParameterValueException

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

Instance Attribute Details

#codeString

400 Bad Request

Returns:

  • (String)


1823
1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1823

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

#messageString

Returned if no authentication data is found for the request.

Returns:

  • (String)


1823
1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1823

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

#typeString

Client.

Returns:

  • (String)


1823
1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1823

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