Class: Aws::Drs::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
The resource for this operation was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #code ⇒ String
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_type ⇒ String
The type of the resource.
Instance Attribute Details
#code ⇒ String
2902 2903 2904 2905 2906 2907 2908 2909 |
# File 'lib/aws-sdk-drs/types.rb', line 2902 class ResourceNotFoundException < Struct.new( :code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2902 2903 2904 2905 2906 2907 2908 2909 |
# File 'lib/aws-sdk-drs/types.rb', line 2902 class ResourceNotFoundException < Struct.new( :code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
2902 2903 2904 2905 2906 2907 2908 2909 |
# File 'lib/aws-sdk-drs/types.rb', line 2902 class ResourceNotFoundException < Struct.new( :code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource.
2902 2903 2904 2905 2906 2907 2908 2909 |
# File 'lib/aws-sdk-drs/types.rb', line 2902 class ResourceNotFoundException < Struct.new( :code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |