Class: Aws::QLDB::Types::ResourceAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDB::Types::ResourceAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldb/types.rb
Overview
The specified resource already exists.
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
1142 1143 1144 1145 1146 1147 1148 |
# File 'lib/aws-sdk-qldb/types.rb', line 1142 class ResourceAlreadyExistsException < Struct.new( :message, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource.
1142 1143 1144 1145 1146 1147 1148 |
# File 'lib/aws-sdk-qldb/types.rb', line 1142 class ResourceAlreadyExistsException < Struct.new( :message, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource.
1142 1143 1144 1145 1146 1147 1148 |
# File 'lib/aws-sdk-qldb/types.rb', line 1142 class ResourceAlreadyExistsException < Struct.new( :message, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |