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
6877 6878 6879 6880 6881 6882 6883 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6877 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The Id of the missing resource.
6877 6878 6879 6880 6881 6882 6883 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6877 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the missing resource.
6877 6878 6879 6880 6881 6882 6883 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6877 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |