health /
list_steps - Boto3 1.34.75 documentation
{ 'Steps': [ { 'Id': 'string', 'Name': 'string', 'Config': { 'Jar': 'string', 'Properties': { 'string': 'string' }, 'MainClass': 'string', 'Args': [ 'string', ] }, 'ActionOnFailure': 'TERMINATE_JOB_FLOW'|'TERMINATE_CLUSTER'|'CANCEL_AND_WAIT'|'CONTINUE', 'Status': { 'State': 'PENDING'|'CANCEL_PENDING'|'RUNNING'|'COMPLETED'|'CANCELLED'|'FAILED'|'INTERRUPTED', 'StateChangeReason': { 'Code': 'NONE', 'Message': 'string' }, 'FailureDetails': { 'Reason': 'string', 'Message': 'string', 'LogFile': 'string' }, 'Timeline': { 'CreationDateTime': datetime(2015, 1, 1), 'StartDateTime': datetime(2015, 1, 1), 'EndDateTime': datetime(2015, 1, 1) } } }, ], 'Marker': 'string'}