Class: Aws::CloudSearchDomain::Types::DocumentServiceWarning

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

Overview

A warning returned by the document service when an issue is discovered while processing an upload request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The description for a warning returned by the document service.

Returns:

  • (String)


69
70
71
72
73
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 69

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