You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFormation::Types::RecordHandlerProgressInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RecordHandlerProgressInput as input to an Aws::Client method, you can use a vanilla 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
  resource_model: "ResourceModel",
  client_request_token: "ClientRequestToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#bearer_tokenString

Reserved for use by the CloudFormation CLI.

Returns:

  • (String)

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

#client_request_tokenString

Reserved for use by the CloudFormation CLI.

Returns:

  • (String)

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

#current_operation_statusString

Reserved for use by the CloudFormation CLI.

Returns:

  • (String)

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

#error_codeString

Reserved for use by the CloudFormation CLI.

Returns:

  • (String)

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

#operation_statusString

Reserved for use by the CloudFormation CLI.

Returns:

  • (String)

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

#resource_modelString

Reserved for use by the CloudFormation CLI.

Returns:

  • (String)

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

#status_messageString

Reserved for use by the CloudFormation CLI.

Returns:

  • (String)

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