Module: Aws::BedrockAgentCoreControl::Client::_DeleteConfigurationBundleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteConfigurationBundleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#bundle_id ⇒ ::String
1048 |
# File 'sig/client.rbs', line 1048
def bundle_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
1049 |
# File 'sig/client.rbs', line 1049
def status: () -> ("ACTIVE" | "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
|