Class: Aws::Types::ErrorsListItem
- Inherits:
-
Object
- Object
- Aws::Types::ErrorsListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "TEXTRACT_BAD_PAGE", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#page ⇒ ::Integer
Returns the value of attribute page.
Instance Attribute Details
#error_code ⇒ "TEXTRACT_BAD_PAGE", ...
Returns the value of attribute error_code.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def @error_message end |
#page ⇒ ::Integer
Returns the value of attribute page.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def page @page end |