Class: Aws::QLDB::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDB::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldb/types.rb
Overview
The specified resource doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_name ⇒ String
The name of the resource.
-
#resource_type ⇒ String
The type of resource.
Instance Attribute Details
#message ⇒ String
1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-qldb/types.rb', line 1188 class ResourceNotFoundException < Struct.new( :message, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource.
1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-qldb/types.rb', line 1188 class ResourceNotFoundException < Struct.new( :message, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource.
1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-qldb/types.rb', line 1188 class ResourceNotFoundException < Struct.new( :message, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |