Class: Aws::Types::BatchPutDocumentResponseFailedDocument
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutDocumentResponseFailedDocument
- 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.
-
#error_code ⇒ "InternalError", "InvalidRequest"
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
203 204 205 |
# File 'sig/types.rbs', line 203 def data_source_id @data_source_id end |
#error_code ⇒ "InternalError", "InvalidRequest"
Returns the value of attribute error_code.
204 205 206 |
# File 'sig/types.rbs', line 204 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
205 206 207 |
# File 'sig/types.rbs', line 205 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
202 203 204 |
# File 'sig/types.rbs', line 202 def id @id end |