Class: Aws::QLDB::Types::ResourcePreconditionNotMetException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDB::Types::ResourcePreconditionNotMetException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldb/types.rb
Overview
The operation failed because a condition wasn’t satisfied in advance.
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
1211 1212 1213 1214 1215 1216 1217 |
# File 'lib/aws-sdk-qldb/types.rb', line 1211 class ResourcePreconditionNotMetException < Struct.new( :message, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource.
1211 1212 1213 1214 1215 1216 1217 |
# File 'lib/aws-sdk-qldb/types.rb', line 1211 class ResourcePreconditionNotMetException < Struct.new( :message, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource.
1211 1212 1213 1214 1215 1216 1217 |
# File 'lib/aws-sdk-qldb/types.rb', line 1211 class ResourcePreconditionNotMetException < Struct.new( :message, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |