Class: Aws::Types::FailureInfo
- Inherits:
-
Object
- Object
- Aws::Types::FailureInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#failed_records_s3_url ⇒ ::String
Returns the value of attribute failed_records_s3_url.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
700 701 702 |
# File 'sig/types.rbs', line 700 def @error_message end |
#failed_records_s3_url ⇒ ::String
Returns the value of attribute failed_records_s3_url.
699 700 701 |
# File 'sig/types.rbs', line 699 def failed_records_s3_url @failed_records_s3_url end |