Class: Aws::WorkDocs::Errors::DraftUploadOutOfSyncException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DraftUploadOutOfSyncException

Returns a new instance of DraftUploadOutOfSyncException.

Parameters:



137
138
139
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/errors.rb', line 137

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


142
143
144
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/errors.rb', line 142

def message
  @message || @data[:message]
end