Class: Aws::Glacier::Errors::InvalidParameterValueException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Glacier::Errors::InvalidParameterValueException
- Defined in:
- gems/aws-sdk-glacier/lib/aws-sdk-glacier/errors.rb
Instance Method Summary collapse
-
#code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidParameterValueException
constructor
A new instance of InvalidParameterValueException.
-
#message ⇒ String
-
#type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidParameterValueException
Returns a new instance of InvalidParameterValueException.
76 77 78 |
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/errors.rb', line 76 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
86 87 88 |
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/errors.rb', line 86 def code @code || @data[:code] end |
#message ⇒ String
91 92 93 |
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/errors.rb', line 91 def @message || @data[:message] end |
#type ⇒ String
81 82 83 |
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/errors.rb', line 81 def type @data[:type] end |