Module: Aws::ComputeOptimizerAutomation::Client::_RollbackAutomationEventResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::RollbackAutomationEventResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#event_id::String

Returns:

  • (::String)


390
# File 'sig/client.rbs', line 390

def event_id: () -> ::String

#event_status"Ready", ...

Returns:

  • ("Ready", "InProgress", "Complete", "Failed", "Cancelled", "RollbackReady", "RollbackInProgress", "RollbackComplete", "RollbackFailed")


391
# File 'sig/client.rbs', line 391

def event_status: () -> ("Ready" | "InProgress" | "Complete" | "Failed" | "Cancelled" | "RollbackReady" | "RollbackInProgress" | "RollbackComplete" | "RollbackFailed")