Class: Aws::WorkDocs::Types::DraftUploadOutOfSyncException

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

#messageString

Returns:

  • (String)


1538
1539
1540
1541
1542
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1538

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