Class: Aws::Types::Status
- Inherits:
-
Object
- Object
- Aws::Types::Status
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
-
#document_status ⇒ "NOT_FOUND", ...
Returns the value of attribute document_status.
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
Instance Attribute Details
#document_id ⇒ ::String
Returns the value of attribute document_id.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def document_id @document_id end |
#document_status ⇒ "NOT_FOUND", ...
Returns the value of attribute document_status.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def document_status @document_status end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def failure_code @failure_code end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def failure_reason @failure_reason end |