DescribeChangeSetResponse
Types
Properties
Link copied to clipboard
An array of ChangeSummary
objects.
Link copied to clipboard
The ARN associated with the unique identifier for the change set referenced in this request.
Link copied to clipboard
Required. The unique identifier for the change set referenced in this request.
Link copied to clipboard
The optional name provided in the StartChangeSet
request. If you do not provide a name, one is set by default.
Link copied to clipboard
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.
Link copied to clipboard
Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.
Link copied to clipboard
The status of the change request.
Functions
Link copied to clipboard
inline fun copy(block: DescribeChangeSetResponse.Builder.() -> Unit = {}): DescribeChangeSetResponse