Class: Aws::Deadline::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The requested resource can’t be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context ⇒ Hash<String,String>
Information about the resources in use when the exception was thrown.
- #message ⇒ String
-
#resource_id ⇒ String
The identifier of the resource that couldn’t be found.
-
#resource_type ⇒ String
The type of the resource that couldn’t be found.
Instance Attribute Details
#context ⇒ Hash<String,String>
Information about the resources in use when the exception was thrown.
6802 6803 6804 6805 6806 6807 6808 6809 |
# File 'lib/aws-sdk-deadline/types.rb', line 6802 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
6802 6803 6804 6805 6806 6807 6808 6809 |
# File 'lib/aws-sdk-deadline/types.rb', line 6802 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type, :context) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that couldn’t be found.
6802 6803 6804 6805 6806 6807 6808 6809 |
# File 'lib/aws-sdk-deadline/types.rb', line 6802 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type, :context) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that couldn’t be found.
6802 6803 6804 6805 6806 6807 6808 6809 |
# File 'lib/aws-sdk-deadline/types.rb', line 6802 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type, :context) SENSITIVE = [] include Aws::Structure end |