Class: Aws::CloudSearchDomain::Types::DocumentServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearchDomain::Types::DocumentServiceException
- Includes:
- Structure
- Defined in:
- 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
-
#message ⇒ String
The description of the errors returned by the document service.
-
#status ⇒ String
The return status of a document upload request, ‘error` or `success`.
Instance Attribute Details
#message ⇒ String
The description of the errors returned by the document service.
55 56 57 58 59 60 |
# File 'lib/aws-sdk-cloudsearchdomain/types.rb', line 55 class DocumentServiceException < Struct.new( :status, :message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The return status of a document upload request, ‘error` or `success`.
55 56 57 58 59 60 |
# File 'lib/aws-sdk-cloudsearchdomain/types.rb', line 55 class DocumentServiceException < Struct.new( :status, :message) SENSITIVE = [] include Aws::Structure end |