Record Handler Progress
| cloudformation_record_handler_progress | R Documentation |
Reports progress of a resource handler to CloudFormation¶
Description¶
Reports progress of a resource handler to CloudFormation.
Reserved for use by the CloudFormation CLI. Don't use this API in your code.
Usage¶
cloudformation_record_handler_progress(BearerToken, OperationStatus,
CurrentOperationStatus, StatusMessage, ErrorCode, ResourceModel,
ClientRequestToken)
Arguments¶
BearerToken[required] Reserved for use by the CloudFormation CLI.
OperationStatus[required] Reserved for use by the CloudFormation CLI.
CurrentOperationStatusReserved for use by the CloudFormation CLI.
StatusMessageReserved for use by the CloudFormation CLI.
ErrorCodeReserved for use by the CloudFormation CLI.
ResourceModelReserved for use by the CloudFormation CLI.
ClientRequestTokenReserved for use by the CloudFormation CLI.
Value¶
An empty list.
Request syntax¶
svc$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"
)