Class: Aws::WorkDocs::Types::DraftUploadOutOfSyncException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DraftUploadOutOfSyncException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
This exception is thrown when a valid checkout ID is not presented on document version upload calls for a document that has been checked out from Web client.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1538 1539 1540 1541 1542 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1538 class DraftUploadOutOfSyncException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |