2022/02/10 - AWS CloudFormation - 1 updated api methods
Changes This SDK release adds AWS CloudFormation Hooks HandlerErrorCodes
{'ErrorCode': {'NonCompliant', 'Unknown', 'HandlerInternalFailure'}}
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', 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) --