Class: Aws::Glacier::Errors::NoLongerSupportedException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Glacier::Errors::NoLongerSupportedException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-glacier/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoLongerSupportedException
constructor
A new instance of NoLongerSupportedException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoLongerSupportedException
151 152 153 |
# File 'lib/aws-sdk-glacier/errors.rb', line 151 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
161 |
# File 'lib/aws-sdk-glacier/errors.rb', line 161 def code: () -> ::String |
#message ⇒ String
166 |
# File 'lib/aws-sdk-glacier/errors.rb', line 166 def message: () -> ::String |
#type ⇒ String
156 |
# File 'lib/aws-sdk-glacier/errors.rb', line 156 def type: () -> ::String |