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

Returns:

  • (::String)


403
# File 'sig/client.rbs', line 403

def recommendation_id: () -> ::String

#status"PENDING", ...

Returns:

  • ("PENDING", "IN_PROGRESS", "COMPLETED", "FAILED", "DELETING")


404
# File 'sig/client.rbs', line 404

def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "DELETING")