AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.StoreImageTaskResult

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class StoreImageTaskResult

The StoreImageTaskResult type exposes the following members

Constructors

NameDescription
Public Method StoreImageTaskResult()

Properties

NameTypeDescription
Public Property AmiId System.String

Gets and sets the property AmiId.

The ID of the AMI that is being stored.

Public Property Bucket System.String

Gets and sets the property Bucket.

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

Public Property ProgressPercentage System.Int32

Gets and sets the property ProgressPercentage.

The progress of the task as a percentage.

Public Property S3objectKey System.String

Gets and sets the property S3objectKey.

The name of the stored AMI object in the bucket.

Public Property StoreTaskFailureReason System.String

Gets and sets the property StoreTaskFailureReason.

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

Public Property StoreTaskState System.String

Gets and sets the property StoreTaskState.

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

Public Property TaskStartTime System.DateTime

Gets and sets the property TaskStartTime.

The time the task started.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5