class Aws::MarketplaceCatalog::Types::DescribeChangeSetResponse
@!attribute [rw] change_set_id
Required. The unique identifier for the change set referenced in this request. @return [String]
@!attribute [rw] change_set_arn
The ARN associated with the unique identifier for the change set referenced in this request. @return [String]
@!attribute [rw] change_set_name
The optional name provided in the `StartChangeSet` request. If you do not provide a name, one is set by default. @return [String]
@!attribute [rw] start_time
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started. @return [String]
@!attribute [rw] end_time
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state. The change cannot transition to a different state. Null if the request is not in a terminal state. @return [String]
@!attribute [rw] status
The status of the change request. @return [String]
@!attribute [rw] failure_code
Returned if the change set is in `FAILED` status. Can be either `CLIENT_ERROR`, which means that there are issues with the request (see the `ErrorDetailList`), or `SERVER_FAULT`, which means that there is a problem in the system, and you should retry your request. @return [String]
@!attribute [rw] failure_description
Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request. @return [String]
@!attribute [rw] change_set
An array of `ChangeSummary` objects. @return [Array<Types::ChangeSummary>]
@see docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/DescribeChangeSetResponse AWS API Documentation
Constants
- SENSITIVE