Class: Aws::Backup::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Backup::Errors::ResourceNotFoundException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-backup/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #context ⇒ 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.
302 303 304 |
# File 'lib/aws-sdk-backup/errors.rb', line 302 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
307 |
# File 'lib/aws-sdk-backup/errors.rb', line 307
def code: () -> ::String
|
#context ⇒ String
322 |
# File 'lib/aws-sdk-backup/errors.rb', line 322
def context: () -> ::String
|
#message ⇒ String
312 |
# File 'lib/aws-sdk-backup/errors.rb', line 312
def message: () -> ::String
|
#type ⇒ String
317 |
# File 'lib/aws-sdk-backup/errors.rb', line 317
def type: () -> ::String
|