Class: Aws::Types::PutJobFailureResultInput
- Inherits:
-
Object
- Object
- Aws::Types::PutJobFailureResultInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_details ⇒ Types::FailureDetails
Returns the value of attribute failure_details.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
Instance Attribute Details
#failure_details ⇒ Types::FailureDetails
Returns the value of attribute failure_details.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def failure_details @failure_details end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def job_id @job_id end |