class Aws::CloudFormation::Types::RecordHandlerProgressInput

@note When making an API call, you may pass RecordHandlerProgressInput

data as a hash:

    {
      bearer_token: "ClientToken", # required
      operation_status: "PENDING", # required, accepts PENDING, IN_PROGRESS, SUCCESS, FAILED
      current_operation_status: "PENDING", # accepts PENDING, IN_PROGRESS, SUCCESS, FAILED
      status_message: "StatusMessage",
      error_code: "NotUpdatable", # accepts NotUpdatable, InvalidRequest, AccessDenied, InvalidCredentials, AlreadyExists, NotFound, ResourceConflict, Throttling, ServiceLimitExceeded, NotStabilized, GeneralServiceException, ServiceInternalError, NetworkFailure, InternalFailure, InvalidTypeConfiguration, HandlerInternalFailure, NonCompliant, Unknown
      resource_model: "ResourceModel",
      client_request_token: "ClientRequestToken",
    }

@!attribute [rw] bearer_token

Reserved for use by the [CloudFormation CLI][1].

[1]: https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html
@return [String]

@!attribute [rw] operation_status

Reserved for use by the [CloudFormation CLI][1].

[1]: https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html
@return [String]

@!attribute [rw] current_operation_status

Reserved for use by the [CloudFormation CLI][1].

[1]: https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html
@return [String]

@!attribute [rw] status_message

Reserved for use by the [CloudFormation CLI][1].

[1]: https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html
@return [String]

@!attribute [rw] error_code

Reserved for use by the [CloudFormation CLI][1].

[1]: https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html
@return [String]

@!attribute [rw] resource_model

Reserved for use by the [CloudFormation CLI][1].

[1]: https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html
@return [String]

@!attribute [rw] client_request_token

Reserved for use by the [CloudFormation CLI][1].

[1]: https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RecordHandlerProgressInput AWS API Documentation

Constants

SENSITIVE