Learn R Programming

paws.management (version 0.1.6)

cloudformation_record_handler_progress: Reports progress of a resource handler to CloudFormation

Description

Reports progress of a resource handler to CloudFormation.

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.

CurrentOperationStatus

Reserved for use by the CloudFormation CLI.

StatusMessage

Reserved for use by the CloudFormation CLI.

ErrorCode

Reserved for use by the CloudFormation CLI.

ResourceModel

Reserved for use by the CloudFormation CLI.

ClientRequestToken

Reserved for use by the CloudFormation CLI.

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",
  ResourceModel = "string",
  ClientRequestToken = "string"
)

Details

Reserved for use by the CloudFormation CLI. Do not use this API in your code.