Class: Aws::CloudSearchDomain::Types::DocumentServiceWarning
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearchDomain::Types::DocumentServiceWarning
- Includes:
- Structure
- Defined in:
- 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
-
#message ⇒ String
The description for a warning returned by the document service.
Instance Attribute Details
#message ⇒ String
The description for a warning returned by the document service.
69 70 71 72 73 |
# File 'lib/aws-sdk-cloudsearchdomain/types.rb', line 69 class DocumentServiceWarning < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |