Delete Automated Reasoning Policy Test Case
| bedrock_delete_automated_reasoning_policy_test_case | R Documentation |
Deletes an Automated Reasoning policy test¶
Description¶
Deletes an Automated Reasoning policy test. This operation is idempotent; if you delete a test more than once, each call succeeds.
Usage¶
bedrock_delete_automated_reasoning_policy_test_case(policyArn,
testCaseId, lastUpdatedAt)
Arguments¶
policyArn |
[required] The Amazon Resource Name (ARN) of the Automated Reasoning policy that contains the test. |
testCaseId |
[required] The unique identifier of the test to delete. |
lastUpdatedAt |
[required] The timestamp when the test was last updated. This is used as a concurrency token to prevent conflicting modifications. |
Value¶
An empty list.
Request syntax¶
svc$delete_automated_reasoning_policy_test_case(
policyArn = "string",
testCaseId = "string",
lastUpdatedAt = as.POSIXct(
"2015-01-01"
)
)