Class: Aws::Glacier::Errors::InvalidParameterValueException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-glacier/lib/aws-sdk-glacier/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidParameterValueException

Returns a new instance of InvalidParameterValueException.

Parameters:



76
77
78
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/errors.rb', line 76

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#codeString

Returns:

  • (String)


86
87
88
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/errors.rb', line 86

def code
  @code || @data[:code]
end

#messageString

Returns:

  • (String)


91
92
93
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/errors.rb', line 91

def message
  @message || @data[:message]
end

#typeString

Returns:

  • (String)


81
82
83
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/errors.rb', line 81

def type
  @data[:type]
end