Class: Aws::Glacier::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Glacier::Errors::ResourceNotFoundException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-glacier/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
226 227 228 |
# File 'lib/aws-sdk-glacier/errors.rb', line 226 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
236 |
# File 'lib/aws-sdk-glacier/errors.rb', line 236
def code: () -> ::String
|
#message ⇒ String
241 |
# File 'lib/aws-sdk-glacier/errors.rb', line 241
def message: () -> ::String
|
#type ⇒ String
231 |
# File 'lib/aws-sdk-glacier/errors.rb', line 231
def type: () -> ::String
|