Module: Aws::States::Client::_TestStateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::TestStateOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cause ⇒ ::String
- #inspection_data ⇒ Types::InspectionData
- #next_state ⇒ ::String
- #output ⇒ ::String
- #status ⇒ "SUCCEEDED", ...
Instance Method Details
#cause ⇒ ::String
554 |
# File 'sig/client.rbs', line 554
def cause: () -> ::String
|
#inspection_data ⇒ Types::InspectionData
555 |
# File 'sig/client.rbs', line 555
def inspection_data: () -> Types::InspectionData
|
#next_state ⇒ ::String
556 |
# File 'sig/client.rbs', line 556
def next_state: () -> ::String
|
#output ⇒ ::String
553 |
# File 'sig/client.rbs', line 553
def output: () -> ::String
|
#status ⇒ "SUCCEEDED", ...
557 |
# File 'sig/client.rbs', line 557
def status: () -> ("SUCCEEDED" | "FAILED" | "RETRIABLE" | "CAUGHT_ERROR")
|