Method: Aws::WorkDocs::Errors::DraftUploadOutOfSyncException#initialize
- Defined in:
- lib/aws-sdk-workdocs/errors.rb
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DraftUploadOutOfSyncException
Returns a new instance of DraftUploadOutOfSyncException.
137 138 139 |
# File 'lib/aws-sdk-workdocs/errors.rb', line 137 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |