Class: Aws::Backup::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- 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
7085 7086 7087 7088 7089 7090 7091 7092 |
# File 'lib/aws-sdk-backup/types.rb', line 7085 class ResourceNotFoundException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
7085 7086 7087 7088 7089 7090 7091 7092 |
# File 'lib/aws-sdk-backup/types.rb', line 7085 class ResourceNotFoundException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
7085 7086 7087 7088 7089 7090 7091 7092 |
# File 'lib/aws-sdk-backup/types.rb', line 7085 class ResourceNotFoundException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
7085 7086 7087 7088 7089 7090 7091 7092 |
# File 'lib/aws-sdk-backup/types.rb', line 7085 class ResourceNotFoundException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |