C# Class Amazon.AppStream.FleetErrorCode

Constants used for properties of type FleetErrorCode.
Inheritance: ConstantClass
显示文件 Open project: aws/aws-sdk-net

Public Properties

Property Type Description
INSUFFICIENT_AVAILABLE_IP_ADDRESSES FleetErrorCode
INTERNAL_SERVICE_ERROR FleetErrorCode
INVALID_PHOTON_ROLE_MISSING_ENI_CREATE_ACTION FleetErrorCode
INVALID_PHOTON_ROLE_MISSING_ENI_DELETE_ACTION FleetErrorCode
INVALID_PHOTON_ROLE_MISSING_ENI_DESCRIBE_ACTION FleetErrorCode
INVALID_PHOTON_ROLE_MISSING_SUBNET_DESCRIBE_ACTION FleetErrorCode
INVALID_SUBNET_CONFIGURATION FleetErrorCode
MISSING_IMAGE FleetErrorCode
MISSING_ROLE FleetErrorCode
MISSING_SUBNET FleetErrorCode
NETWORK_INTERFACE_LIMIT_EXCEEDED FleetErrorCode

Public Methods

Method Description
FindValue ( string value ) : FleetErrorCode

Finds the constant for the unique value.

FleetErrorCode ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : FleetErrorCode
value string The unique value for the constant
return FleetErrorCode

FleetErrorCode() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public FleetErrorCode ( string value ) : System
value string
return System

Property Details

INSUFFICIENT_AVAILABLE_IP_ADDRESSES public_oe static_oe property

Constant INSUFFICIENT_AVAILABLE_IP_ADDRESSES for FleetErrorCode
public static FleetErrorCode,Amazon.AppStream INSUFFICIENT_AVAILABLE_IP_ADDRESSES
return FleetErrorCode

INTERNAL_SERVICE_ERROR public_oe static_oe property

Constant INTERNAL_SERVICE_ERROR for FleetErrorCode
public static FleetErrorCode,Amazon.AppStream INTERNAL_SERVICE_ERROR
return FleetErrorCode

INVALID_PHOTON_ROLE_MISSING_ENI_CREATE_ACTION public_oe static_oe property

Constant INVALID_PHOTON_ROLE_MISSING_ENI_CREATE_ACTION for FleetErrorCode
public static FleetErrorCode,Amazon.AppStream INVALID_PHOTON_ROLE_MISSING_ENI_CREATE_ACTION
return FleetErrorCode

INVALID_PHOTON_ROLE_MISSING_ENI_DELETE_ACTION public_oe static_oe property

Constant INVALID_PHOTON_ROLE_MISSING_ENI_DELETE_ACTION for FleetErrorCode
public static FleetErrorCode,Amazon.AppStream INVALID_PHOTON_ROLE_MISSING_ENI_DELETE_ACTION
return FleetErrorCode

INVALID_PHOTON_ROLE_MISSING_ENI_DESCRIBE_ACTION public_oe static_oe property

Constant INVALID_PHOTON_ROLE_MISSING_ENI_DESCRIBE_ACTION for FleetErrorCode
public static FleetErrorCode,Amazon.AppStream INVALID_PHOTON_ROLE_MISSING_ENI_DESCRIBE_ACTION
return FleetErrorCode

INVALID_PHOTON_ROLE_MISSING_SUBNET_DESCRIBE_ACTION public_oe static_oe property

Constant INVALID_PHOTON_ROLE_MISSING_SUBNET_DESCRIBE_ACTION for FleetErrorCode
public static FleetErrorCode,Amazon.AppStream INVALID_PHOTON_ROLE_MISSING_SUBNET_DESCRIBE_ACTION
return FleetErrorCode

INVALID_SUBNET_CONFIGURATION public_oe static_oe property

Constant INVALID_SUBNET_CONFIGURATION for FleetErrorCode
public static FleetErrorCode,Amazon.AppStream INVALID_SUBNET_CONFIGURATION
return FleetErrorCode

MISSING_IMAGE public_oe static_oe property

Constant MISSING_IMAGE for FleetErrorCode
public static FleetErrorCode,Amazon.AppStream MISSING_IMAGE
return FleetErrorCode

MISSING_ROLE public_oe static_oe property

Constant MISSING_ROLE for FleetErrorCode
public static FleetErrorCode,Amazon.AppStream MISSING_ROLE
return FleetErrorCode

MISSING_SUBNET public_oe static_oe property

Constant MISSING_SUBNET for FleetErrorCode
public static FleetErrorCode,Amazon.AppStream MISSING_SUBNET
return FleetErrorCode

NETWORK_INTERFACE_LIMIT_EXCEEDED public_oe static_oe property

Constant NETWORK_INTERFACE_LIMIT_EXCEEDED for FleetErrorCode
public static FleetErrorCode,Amazon.AppStream NETWORK_INTERFACE_LIMIT_EXCEEDED
return FleetErrorCode