Sign in
agent:

Return NON_COMPLIANT for any access key that exceeds the maxAccessKeyAge threshold.

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

Returns and prints NON_COMPLIANT status for access keys exceeding the maxAccessKeyAge threshold.

import json # Print the non-compliant keys print(json.dumps(non_compliant_keys, indent=4, default=str))
copied