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
2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-drs/types.rb', line 2982 class ResourceNotFoundException < Struct.new( :message, :code, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-drs/types.rb', line 2982 class ResourceNotFoundException < Struct.new( :message, :code, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-drs/types.rb', line 2982 class ResourceNotFoundException < Struct.new( :message, :code, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource.
2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-drs/types.rb', line 2982 class ResourceNotFoundException < Struct.new( :message, :code, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |