AutoScalingPlansErrorType
public enum AutoScalingPlansErrorType : AWSErrorType
extension AutoScalingPlansErrorType : CustomStringConvertible
Error enum for AutoScalingPlans
-
Undocumented
Declaration
Swift
case concurrentUpdateException(message: String?)
-
Undocumented
Declaration
Swift
case internalServiceException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case objectNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case validationException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }