Module: Aws::BedrockAgentCore::Client::_DeleteRecommendationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteRecommendationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#recommendation_id ⇒ ::String
416 |
# File 'sig/client.rbs', line 416
def recommendation_id: () -> ::String
|
#status ⇒ "PENDING", ...
417 |
# File 'sig/client.rbs', line 417
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "DELETING")
|