C# Class Amazon.StorageGateway.ErrorCode

Constants used for properties of type ErrorCode.
Inheritance: ConstantClass
Datei anzeigen Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
ActivationKeyExpired ErrorCode
ActivationKeyInvalid ErrorCode
ActivationKeyNotFound ErrorCode
AuthenticationFailure ErrorCode
BandwidthThrottleScheduleNotFound ErrorCode
Blocked ErrorCode
CannotExportSnapshot ErrorCode
ChapCredentialNotFound ErrorCode
DiskAlreadyAllocated ErrorCode
DiskDoesNotExist ErrorCode
DiskSizeGreaterThanVolumeMaxSize ErrorCode
DiskSizeLessThanVolumeSize ErrorCode
DiskSizeNotGigAligned ErrorCode
DuplicateCertificateInfo ErrorCode
DuplicateSchedule ErrorCode
EndpointNotFound ErrorCode
GatewayInternalError ErrorCode
GatewayNotConnected ErrorCode
GatewayNotFound ErrorCode
GatewayProxyNetworkConnectionBusy ErrorCode
IAMNotSupported ErrorCode
InitiatorInvalid ErrorCode
InitiatorNotFound ErrorCode
InternalError ErrorCode
InvalidEndpoint ErrorCode
InvalidGateway ErrorCode
InvalidParameters ErrorCode
InvalidSchedule ErrorCode
LocalStorageLimitExceeded ErrorCode
LunAlreadyAllocated ErrorCode
LunInvalid ErrorCode
MaximumContentLengthExceeded ErrorCode
MaximumTapeCartridgeCountExceeded ErrorCode
MaximumVolumeCountExceeded ErrorCode
NetworkConfigurationChanged ErrorCode
NoDisksAvailable ErrorCode
NotImplemented ErrorCode
NotSupported ErrorCode
OperationAborted ErrorCode
OutdatedGateway ErrorCode
ParametersNotImplemented ErrorCode
RegionInvalid ErrorCode
RequestTimeout ErrorCode
ServiceUnavailable ErrorCode
SnapshotDeleted ErrorCode
SnapshotIdInvalid ErrorCode
SnapshotInProgress ErrorCode
SnapshotNotFound ErrorCode
SnapshotScheduleNotFound ErrorCode
StagingAreaFull ErrorCode
StorageFailure ErrorCode
TapeCartridgeNotFound ErrorCode
TargetAlreadyExists ErrorCode
TargetInvalid ErrorCode
TargetNotFound ErrorCode
UnauthorizedOperation ErrorCode
VolumeAlreadyExists ErrorCode
VolumeIdInvalid ErrorCode
VolumeInUse ErrorCode
VolumeNotFound ErrorCode
VolumeNotReady ErrorCode

Public Methods

Method Description
ErrorCode ( string value ) : System

Default Constructor

FindValue ( string value ) : ErrorCode

Finds the constant for the unique value.

Method Details

ErrorCode() public method

Default Constructor
public ErrorCode ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

ActivationKeyExpired public_oe static_oe property

Constant ActivationKeyExpired for ErrorCode
public static ErrorCode,Amazon.StorageGateway ActivationKeyExpired
return ErrorCode

ActivationKeyInvalid public_oe static_oe property

Constant ActivationKeyInvalid for ErrorCode
public static ErrorCode,Amazon.StorageGateway ActivationKeyInvalid
return ErrorCode

ActivationKeyNotFound public_oe static_oe property

Constant ActivationKeyNotFound for ErrorCode
public static ErrorCode,Amazon.StorageGateway ActivationKeyNotFound
return ErrorCode

AuthenticationFailure public_oe static_oe property

Constant AuthenticationFailure for ErrorCode
public static ErrorCode,Amazon.StorageGateway AuthenticationFailure
return ErrorCode

BandwidthThrottleScheduleNotFound public_oe static_oe property

Constant BandwidthThrottleScheduleNotFound for ErrorCode
public static ErrorCode,Amazon.StorageGateway BandwidthThrottleScheduleNotFound
return ErrorCode

Blocked public_oe static_oe property

Constant Blocked for ErrorCode
public static ErrorCode,Amazon.StorageGateway Blocked
return ErrorCode

CannotExportSnapshot public_oe static_oe property

Constant CannotExportSnapshot for ErrorCode
public static ErrorCode,Amazon.StorageGateway CannotExportSnapshot
return ErrorCode

ChapCredentialNotFound public_oe static_oe property

Constant ChapCredentialNotFound for ErrorCode
public static ErrorCode,Amazon.StorageGateway ChapCredentialNotFound
return ErrorCode

DiskAlreadyAllocated public_oe static_oe property

Constant DiskAlreadyAllocated for ErrorCode
public static ErrorCode,Amazon.StorageGateway DiskAlreadyAllocated
return ErrorCode

DiskDoesNotExist public_oe static_oe property

Constant DiskDoesNotExist for ErrorCode
public static ErrorCode,Amazon.StorageGateway DiskDoesNotExist
return ErrorCode

DiskSizeGreaterThanVolumeMaxSize public_oe static_oe property

Constant DiskSizeGreaterThanVolumeMaxSize for ErrorCode
public static ErrorCode,Amazon.StorageGateway DiskSizeGreaterThanVolumeMaxSize
return ErrorCode

DiskSizeLessThanVolumeSize public_oe static_oe property

Constant DiskSizeLessThanVolumeSize for ErrorCode
public static ErrorCode,Amazon.StorageGateway DiskSizeLessThanVolumeSize
return ErrorCode

DiskSizeNotGigAligned public_oe static_oe property

Constant DiskSizeNotGigAligned for ErrorCode
public static ErrorCode,Amazon.StorageGateway DiskSizeNotGigAligned
return ErrorCode

DuplicateCertificateInfo public_oe static_oe property

Constant DuplicateCertificateInfo for ErrorCode
public static ErrorCode,Amazon.StorageGateway DuplicateCertificateInfo
return ErrorCode

DuplicateSchedule public_oe static_oe property

Constant DuplicateSchedule for ErrorCode
public static ErrorCode,Amazon.StorageGateway DuplicateSchedule
return ErrorCode

EndpointNotFound public_oe static_oe property

Constant EndpointNotFound for ErrorCode
public static ErrorCode,Amazon.StorageGateway EndpointNotFound
return ErrorCode

GatewayInternalError public_oe static_oe property

Constant GatewayInternalError for ErrorCode
public static ErrorCode,Amazon.StorageGateway GatewayInternalError
return ErrorCode

GatewayNotConnected public_oe static_oe property

Constant GatewayNotConnected for ErrorCode
public static ErrorCode,Amazon.StorageGateway GatewayNotConnected
return ErrorCode

GatewayNotFound public_oe static_oe property

Constant GatewayNotFound for ErrorCode
public static ErrorCode,Amazon.StorageGateway GatewayNotFound
return ErrorCode

GatewayProxyNetworkConnectionBusy public_oe static_oe property

Constant GatewayProxyNetworkConnectionBusy for ErrorCode
public static ErrorCode,Amazon.StorageGateway GatewayProxyNetworkConnectionBusy
return ErrorCode

IAMNotSupported public_oe static_oe property

Constant IAMNotSupported for ErrorCode
public static ErrorCode,Amazon.StorageGateway IAMNotSupported
return ErrorCode

InitiatorInvalid public_oe static_oe property

Constant InitiatorInvalid for ErrorCode
public static ErrorCode,Amazon.StorageGateway InitiatorInvalid
return ErrorCode

InitiatorNotFound public_oe static_oe property

Constant InitiatorNotFound for ErrorCode
public static ErrorCode,Amazon.StorageGateway InitiatorNotFound
return ErrorCode

InternalError public_oe static_oe property

Constant InternalError for ErrorCode
public static ErrorCode,Amazon.StorageGateway InternalError
return ErrorCode

InvalidEndpoint public_oe static_oe property

Constant InvalidEndpoint for ErrorCode
public static ErrorCode,Amazon.StorageGateway InvalidEndpoint
return ErrorCode

InvalidGateway public_oe static_oe property

Constant InvalidGateway for ErrorCode
public static ErrorCode,Amazon.StorageGateway InvalidGateway
return ErrorCode

InvalidParameters public_oe static_oe property

Constant InvalidParameters for ErrorCode
public static ErrorCode,Amazon.StorageGateway InvalidParameters
return ErrorCode

InvalidSchedule public_oe static_oe property

Constant InvalidSchedule for ErrorCode
public static ErrorCode,Amazon.StorageGateway InvalidSchedule
return ErrorCode

LocalStorageLimitExceeded public_oe static_oe property

Constant LocalStorageLimitExceeded for ErrorCode
public static ErrorCode,Amazon.StorageGateway LocalStorageLimitExceeded
return ErrorCode

LunAlreadyAllocated public_oe static_oe property

Constant LunAlreadyAllocated for ErrorCode
public static ErrorCode,Amazon.StorageGateway LunAlreadyAllocated
return ErrorCode

LunInvalid public_oe static_oe property

Constant LunInvalid for ErrorCode
public static ErrorCode,Amazon.StorageGateway LunInvalid
return ErrorCode

MaximumContentLengthExceeded public_oe static_oe property

Constant MaximumContentLengthExceeded for ErrorCode
public static ErrorCode,Amazon.StorageGateway MaximumContentLengthExceeded
return ErrorCode

MaximumTapeCartridgeCountExceeded public_oe static_oe property

Constant MaximumTapeCartridgeCountExceeded for ErrorCode
public static ErrorCode,Amazon.StorageGateway MaximumTapeCartridgeCountExceeded
return ErrorCode

MaximumVolumeCountExceeded public_oe static_oe property

Constant MaximumVolumeCountExceeded for ErrorCode
public static ErrorCode,Amazon.StorageGateway MaximumVolumeCountExceeded
return ErrorCode

NetworkConfigurationChanged public_oe static_oe property

Constant NetworkConfigurationChanged for ErrorCode
public static ErrorCode,Amazon.StorageGateway NetworkConfigurationChanged
return ErrorCode

NoDisksAvailable public_oe static_oe property

Constant NoDisksAvailable for ErrorCode
public static ErrorCode,Amazon.StorageGateway NoDisksAvailable
return ErrorCode

NotImplemented public_oe static_oe property

Constant NotImplemented for ErrorCode
public static ErrorCode,Amazon.StorageGateway NotImplemented
return ErrorCode

NotSupported public_oe static_oe property

Constant NotSupported for ErrorCode
public static ErrorCode,Amazon.StorageGateway NotSupported
return ErrorCode

OperationAborted public_oe static_oe property

Constant OperationAborted for ErrorCode
public static ErrorCode,Amazon.StorageGateway OperationAborted
return ErrorCode

OutdatedGateway public_oe static_oe property

Constant OutdatedGateway for ErrorCode
public static ErrorCode,Amazon.StorageGateway OutdatedGateway
return ErrorCode

ParametersNotImplemented public_oe static_oe property

Constant ParametersNotImplemented for ErrorCode
public static ErrorCode,Amazon.StorageGateway ParametersNotImplemented
return ErrorCode

RegionInvalid public_oe static_oe property

Constant RegionInvalid for ErrorCode
public static ErrorCode,Amazon.StorageGateway RegionInvalid
return ErrorCode

RequestTimeout public_oe static_oe property

Constant RequestTimeout for ErrorCode
public static ErrorCode,Amazon.StorageGateway RequestTimeout
return ErrorCode

ServiceUnavailable public_oe static_oe property

Constant ServiceUnavailable for ErrorCode
public static ErrorCode,Amazon.StorageGateway ServiceUnavailable
return ErrorCode

SnapshotDeleted public_oe static_oe property

Constant SnapshotDeleted for ErrorCode
public static ErrorCode,Amazon.StorageGateway SnapshotDeleted
return ErrorCode

SnapshotIdInvalid public_oe static_oe property

Constant SnapshotIdInvalid for ErrorCode
public static ErrorCode,Amazon.StorageGateway SnapshotIdInvalid
return ErrorCode

SnapshotInProgress public_oe static_oe property

Constant SnapshotInProgress for ErrorCode
public static ErrorCode,Amazon.StorageGateway SnapshotInProgress
return ErrorCode

SnapshotNotFound public_oe static_oe property

Constant SnapshotNotFound for ErrorCode
public static ErrorCode,Amazon.StorageGateway SnapshotNotFound
return ErrorCode

SnapshotScheduleNotFound public_oe static_oe property

Constant SnapshotScheduleNotFound for ErrorCode
public static ErrorCode,Amazon.StorageGateway SnapshotScheduleNotFound
return ErrorCode

StagingAreaFull public_oe static_oe property

Constant StagingAreaFull for ErrorCode
public static ErrorCode,Amazon.StorageGateway StagingAreaFull
return ErrorCode

StorageFailure public_oe static_oe property

Constant StorageFailure for ErrorCode
public static ErrorCode,Amazon.StorageGateway StorageFailure
return ErrorCode

TapeCartridgeNotFound public_oe static_oe property

Constant TapeCartridgeNotFound for ErrorCode
public static ErrorCode,Amazon.StorageGateway TapeCartridgeNotFound
return ErrorCode

TargetAlreadyExists public_oe static_oe property

Constant TargetAlreadyExists for ErrorCode
public static ErrorCode,Amazon.StorageGateway TargetAlreadyExists
return ErrorCode

TargetInvalid public_oe static_oe property

Constant TargetInvalid for ErrorCode
public static ErrorCode,Amazon.StorageGateway TargetInvalid
return ErrorCode

TargetNotFound public_oe static_oe property

Constant TargetNotFound for ErrorCode
public static ErrorCode,Amazon.StorageGateway TargetNotFound
return ErrorCode

UnauthorizedOperation public_oe static_oe property

Constant UnauthorizedOperation for ErrorCode
public static ErrorCode,Amazon.StorageGateway UnauthorizedOperation
return ErrorCode

VolumeAlreadyExists public_oe static_oe property

Constant VolumeAlreadyExists for ErrorCode
public static ErrorCode,Amazon.StorageGateway VolumeAlreadyExists
return ErrorCode

VolumeIdInvalid public_oe static_oe property

Constant VolumeIdInvalid for ErrorCode
public static ErrorCode,Amazon.StorageGateway VolumeIdInvalid
return ErrorCode

VolumeInUse public_oe static_oe property

Constant VolumeInUse for ErrorCode
public static ErrorCode,Amazon.StorageGateway VolumeInUse
return ErrorCode

VolumeNotFound public_oe static_oe property

Constant VolumeNotFound for ErrorCode
public static ErrorCode,Amazon.StorageGateway VolumeNotFound
return ErrorCode

VolumeNotReady public_oe static_oe property

Constant VolumeNotReady for ErrorCode
public static ErrorCode,Amazon.StorageGateway VolumeNotReady
return ErrorCode