The sso-oidc method CreateToken returns an error response that looks like:
{"error": "invalid_grant", "error_description": "Invalid grant provided"}
but on the botocore.errorfactory.InvalidGrantException object, the error.response["Error"]["Code"] is correct but error.response["Error"]["Message"] is an empty string.
This is using botocore 1.19.13