Class: Aws::CleanRooms::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Request references a resource which does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The Id of the missing resource.
-
#resource_type ⇒ String
The type of the missing resource.
Instance Attribute Details
#message ⇒ String
10744 10745 10746 10747 10748 10749 10750 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10744 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The Id of the missing resource.
10744 10745 10746 10747 10748 10749 10750 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10744 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the missing resource.
10744 10745 10746 10747 10748 10749 10750 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10744 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |