Class: Aws::QConnect::Types::PreconditionFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::PreconditionFailedException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
8233 8234 8235 8236 8237 |
# File 'lib/aws-sdk-qconnect/types.rb', line 8233 class PreconditionFailedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |