Class: Aws::Types::BatchGetDocumentStatusResponseError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetDocumentStatusResponseError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
-
#error_code ⇒ "InternalError", "InvalidRequest"
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
182 183 184 |
# File 'sig/types.rbs', line 182 def data_source_id @data_source_id end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
181 182 183 |
# File 'sig/types.rbs', line 181 def document_id @document_id end |
#error_code ⇒ "InternalError", "InvalidRequest"
Returns the value of attribute error_code.
183 184 185 |
# File 'sig/types.rbs', line 183 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
184 185 186 |
# File 'sig/types.rbs', line 184 def @error_message end |