Class: Aws::CleanRooms::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-cleanrooms/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
8045 8046 8047 8048 8049 8050 8051 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8045 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The Id of the missing resource.
8045 8046 8047 8048 8049 8050 8051 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8045 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the missing resource.
8045 8046 8047 8048 8049 8050 8051 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8045 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |