Class: Aws::QLDB::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDB::Types::ResourceInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldb/types.rb
Overview
The specified resource can’t be modified at this time.
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
1165 1166 1167 1168 1169 1170 1171 |
# File 'lib/aws-sdk-qldb/types.rb', line 1165 class ResourceInUseException < Struct.new( :message, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource.
1165 1166 1167 1168 1169 1170 1171 |
# File 'lib/aws-sdk-qldb/types.rb', line 1165 class ResourceInUseException < Struct.new( :message, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource.
1165 1166 1167 1168 1169 1170 1171 |
# File 'lib/aws-sdk-qldb/types.rb', line 1165 class ResourceInUseException < Struct.new( :message, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |