Class: Aws::Backup::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
A resource that is required for the action doesn't exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
8001 8002 8003 8004 8005 8006 8007 8008 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 8001 class ResourceNotFoundException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
8001 8002 8003 8004 8005 8006 8007 8008 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 8001 class ResourceNotFoundException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
8001 8002 8003 8004 8005 8006 8007 8008 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 8001 class ResourceNotFoundException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
8001 8002 8003 8004 8005 8006 8007 8008 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 8001 class ResourceNotFoundException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |