Module: Aws::BedrockAgentCoreControl::Client::_DeleteCapacityProviderResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteCapacityProviderOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#capacity_provider_id ⇒ ::String
1023 |
# File 'sig/client.rbs', line 1023
def capacity_provider_id: () -> ::String
|
#status ⇒ "CREATING", ...
1024 |
# File 'sig/client.rbs', line 1024
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|