Class: Aws::CloudSearchDomain::Types::DocumentServiceException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb

Overview

Information about any problems encountered while processing an upload request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The description of the errors returned by the document service.

Returns:

  • (String)


55
56
57
58
59
60
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 55

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

#statusString

The return status of a document upload request, error or success.

Returns:

  • (String)


55
56
57
58
59
60
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 55

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