Module: Aws::BedrockAgentCoreControl::Client::_DeleteGatewayResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteGatewayResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#gateway_id ⇒ ::String
940 |
# File 'sig/client.rbs', line 940
def gateway_id: () -> ::String
|
#status ⇒ "CREATING", ...
941 |
# File 'sig/client.rbs', line 941
def status: () -> ("CREATING" | "UPDATING" | "UPDATE_UNSUCCESSFUL" | "DELETING" | "READY" | "FAILED")
|
#status_reasons ⇒ ::Array[::String]
942 |
# File 'sig/client.rbs', line 942
def status_reasons: () -> ::Array[::String]
|