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
2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'lib/aws-sdk-drs/types.rb', line 2947 class ResourceNotFoundException < Struct.new( :code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'lib/aws-sdk-drs/types.rb', line 2947 class ResourceNotFoundException < Struct.new( :code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'lib/aws-sdk-drs/types.rb', line 2947 class ResourceNotFoundException < Struct.new( :code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource.
2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'lib/aws-sdk-drs/types.rb', line 2947 class ResourceNotFoundException < Struct.new( :code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |