StoreImageTaskResult

The information about the AMI store task, including the progress of the task.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the AMI that is being stored.

Link copied to clipboard

The name of the Amazon S3 bucket that contains the stored AMI object.

Link copied to clipboard

The progress of the task as a percentage.

Link copied to clipboard

The name of the stored AMI object in the bucket.

Link copied to clipboard

If the tasks fails, the reason for the failure is returned. If the task succeeds, null is returned.

Link copied to clipboard

The state of the store task (InProgress, Completed, or Failed).

Link copied to clipboard

The time the task started.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String