2022/11/16 - AWS CloudFormation - 1 updated api methods
Changes Added UnsupportedTarget HandlerErrorCode for use with CFN Resource Hooks
{'ErrorCode': {'UnsupportedTarget'}}
Reports progress of a resource handler to CloudFormation.
Reserved for use by the CloudFormation CLI. Don't use this API in your code.
See also: AWS API Documentation
Request Syntax
client.record_handler_progress( BearerToken='string', OperationStatus='PENDING'|'IN_PROGRESS'|'SUCCESS'|'FAILED', CurrentOperationStatus='PENDING'|'IN_PROGRESS'|'SUCCESS'|'FAILED', StatusMessage='string', ErrorCode='NotUpdatable'|'InvalidRequest'|'AccessDenied'|'InvalidCredentials'|'AlreadyExists'|'NotFound'|'ResourceConflict'|'Throttling'|'ServiceLimitExceeded'|'NotStabilized'|'GeneralServiceException'|'ServiceInternalError'|'NetworkFailure'|'InternalFailure'|'InvalidTypeConfiguration'|'HandlerInternalFailure'|'NonCompliant'|'Unknown'|'UnsupportedTarget', ResourceModel='string', ClientRequestToken='string' )
string
[REQUIRED]
Reserved for use by the CloudFormation CLI.
string
[REQUIRED]
Reserved for use by the CloudFormation CLI.
string
Reserved for use by the CloudFormation CLI.
string
Reserved for use by the CloudFormation CLI.
string
Reserved for use by the CloudFormation CLI.
string
Reserved for use by the CloudFormation CLI.
string
Reserved for use by the CloudFormation CLI.
dict
Response Syntax
{}
Response Structure
(dict) --