Class: Aws::QConnect::Types::PreconditionFailedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

The provided revisionId does not match, indicating the content has been modified since it was last read.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2570
2571
2572
2573
2574
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2570

class PreconditionFailedException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end