Module: Aws::BedrockDataAutomation::Client::_DeleteDataAutomationProjectResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteDataAutomationProjectResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#project_arn ⇒ ::String
210 |
# File 'sig/client.rbs', line 210
def project_arn: () -> ::String
|
#status ⇒ "COMPLETED", ...
211 |
# File 'sig/client.rbs', line 211
def status: () -> ("COMPLETED" | "IN_PROGRESS" | "FAILED")
|