public enum RDSErrorType extends Enum<RDSErrorType> implements org.mule.runtime.extension.api.error.ErrorTypeDefinition<RDSErrorType>
| Modifier and Type | Method and Description |
|---|---|
static RDSErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDSErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDSErrorType AuthorizationNotFound
public static final RDSErrorType DBClusterNotFoundFault
public static final RDSErrorType DBInstanceAlreadyExists
public static final RDSErrorType DBParameterGroupNotFound
public static final RDSErrorType DBSecurityGroupNotFound
public static final RDSErrorType DBSubnetGroupDoesNotCoverEnoughAZs
public static final RDSErrorType DBSubnetGroupNotFoundFault
public static final RDSErrorType InvalidDBClusterStateFault
public static final RDSErrorType DomainNotFoundFault
public static final RDSErrorType InstanceQuotaExceeded
public static final RDSErrorType InsufficientDBInstanceCapacity
public static final RDSErrorType InvalidSubnet
public static final RDSErrorType DBInstanceNotFound
public static final RDSErrorType DBSnapshotAlreadyExists
public static final RDSErrorType InvalidDBInstanceState
public static final RDSErrorType SnapshotQuotaExceeded
public static final RDSErrorType InvalidVPCNetworkStateFault
public static final RDSErrorType KMSKeyNotAccessibleFault
public static final RDSErrorType OptionGroupNotFoundFault
public static final RDSErrorType ProvisionedIopsNotAvailableInAZFault
public static final RDSErrorType StorageQuotaExceeded
public static final RDSErrorType StorageTypeNotSupported
public static final RDSErrorType CertificateNotFound
public static final RDSErrorType DBUpgradeDependencyFailure
public static final RDSErrorType InvalidDBSecurityGroupState
public static final RDSErrorType DBSnapshotNotFound
public static final RDSErrorType InvalidDBSnapshotState
public static final RDSErrorType InvalidRestoreFault
public static final RDSErrorType PointInTimeRestoreNotEnabled
public static final RDSErrorType ReservedDBInstanceNotFound
public static final RDSErrorType ReservedDBInstancesOfferingNotFound
public static final RDSErrorType AccessDeniedException
public static final RDSErrorType IncompleteSignature
public static final RDSErrorType InternalFailure
public static final RDSErrorType InvalidAction
public static final RDSErrorType InvalidClientTokenId
public static final RDSErrorType InvalidParameterCombination
public static final RDSErrorType InvalidParameterValue
public static final RDSErrorType InvalidQueryParameter
public static final RDSErrorType MalformedQueryString
public static final RDSErrorType MissingAction
public static final RDSErrorType MissingAuthenticationToken
public static final RDSErrorType MissingParameter
public static final RDSErrorType OptInRequired
public static final RDSErrorType RequestExpired
public static final RDSErrorType ServiceUnavailable
public static final RDSErrorType ThrottlingException
public static final RDSErrorType ValidationError
public static final RDSErrorType Unknown
public static RDSErrorType[] values()
for (RDSErrorType c : RDSErrorType.values()) System.out.println(c);
public static RDSErrorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019 MuleSoft, Inc.. All rights reserved.