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
886 |
# File 'sig/client.rbs', line 886
def bundle_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
887 |
# File 'sig/client.rbs', line 887
def status: () -> ("ACTIVE" | "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
|