Class: Aws::ConnectWisdomService::Types::PreconditionFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::PreconditionFailedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/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
2348 2349 2350 2351 2352 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2348 class PreconditionFailedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |