class Aws::ServiceCatalog::Types::RecordDetail

Information about a request operation.

@!attribute [rw] record_id

The identifier of the record.
@return [String]

@!attribute [rw] provisioned_product_name

The user-friendly name of the provisioned product.
@return [String]

@!attribute [rw] status

The status of the provisioned product.

* `CREATED` - The request was created but the operation has not
  started.

* `IN_PROGRESS` - The requested operation is in progress.

* `IN_PROGRESS_IN_ERROR` - The provisioned product is under change
  but the requested operation failed and some remediation is
  occurring. For example, a rollback.

* `SUCCEEDED` - The requested operation has successfully completed.

* `FAILED` - The requested operation has unsuccessfully completed.
  Investigate using the error messages returned.
@return [String]

@!attribute [rw] created_time

The UTC time stamp of the creation time.
@return [Time]

@!attribute [rw] updated_time

The time when the record was last updated.
@return [Time]

@!attribute [rw] provisioned_product_type

The type of provisioned product. The supported values are
`CFN_STACK` and `CFN_STACKSET`.
@return [String]

@!attribute [rw] record_type

The record type.

* `PROVISION_PRODUCT`

* `UPDATE_PROVISIONED_PRODUCT`

* `TERMINATE_PROVISIONED_PRODUCT`
@return [String]

@!attribute [rw] provisioned_product_id

The identifier of the provisioned product.
@return [String]

@!attribute [rw] product_id

The product identifier.
@return [String]

@!attribute [rw] provisioning_artifact_id

The identifier of the provisioning artifact.
@return [String]

@!attribute [rw] path_id

The path identifier.
@return [String]

@!attribute [rw] record_errors

The errors that occurred.
@return [Array<Types::RecordError>]

@!attribute [rw] record_tags

One or more tags.
@return [Array<Types::RecordTag>]

@!attribute [rw] launch_role_arn

The ARN of the launch role associated with the provisioned product.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/RecordDetail AWS API Documentation

Constants

SENSITIVE