Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cloudformation_record_handler_progress

Reports progress of a resource handler to CloudFormation


Description

Reports progress of a resource handler to CloudFormation.

Reserved for use by the CloudFormation CLI. Do not 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.

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.

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

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.