Class: Aws::QLDB::Types::ResourcePreconditionNotMetException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qldb/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

Instance Attribute Details

#messageString

Returns:

  • (String)


1211
1212
1213
1214
1215
1216
1217
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 1211

class ResourcePreconditionNotMetException < Struct.new(
  :message,
  :resource_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The name of the resource.

Returns:

  • (String)


1211
1212
1213
1214
1215
1216
1217
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 1211

class ResourcePreconditionNotMetException < Struct.new(
  :message,
  :resource_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource.

Returns:

  • (String)


1211
1212
1213
1214
1215
1216
1217
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 1211

class ResourcePreconditionNotMetException < Struct.new(
  :message,
  :resource_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end