Amazon Elastic Compute Cloud
API Reference (API Version 2013-02-01)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Did this page help you?  Yes | No |  Tell us about it...

StateReasonType

The StateReasonType data type.

Relevant Operations

  • DescribeImages

  • DescribeInstances

  • RunInstances

Contents

code

The reason code for the state change. See the following table for a list of codes.

Type: String

message

The message for the state change.

Type: String

The following are the currently supported state reason codes.

Server.SpotInstanceTermination

A Spot Instance was terminated due to an increase in the market price.

Server.InternalError

An internal error occurred during instance launch, resulting in termination.

Server.InsufficientInstanceCapacity

There was insufficient instance capacity to satisfy the launch request.

Client.InternalError

A client error caused the instance to terminate on launch.

Client.InstanceInitiatedShutdown

The instance initiated shutdown by a shutdown -h command issued from inside the instance.

Client.UserInitiatedShutdown

The instance was shut down by a user via an API call.

Client.VolumeLimitExceeded

The volume limit was exceeded.

Client.InvalidSnapshot.NotFound

The specified snapshot was not found.