Module: Aws::CloudWatchEvents::Client::_CancelReplayResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CancelReplayResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#replay_arn ⇒ ::String
90 |
# File 'sig/client.rbs', line 90
def replay_arn: () -> ::String
|
#state ⇒ "STARTING", ...
91 |
# File 'sig/client.rbs', line 91
def state: () -> ("STARTING" | "RUNNING" | "CANCELLING" | "COMPLETED" | "CANCELLED" | "FAILED")
|
#state_reason ⇒ ::String
92 |
# File 'sig/client.rbs', line 92
def state_reason: () -> ::String
|