InspectorErrorType
public enum InspectorErrorType : AWSErrorType
extension InspectorErrorType : CustomStringConvertible
Error enum for Inspector
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case agentsAlreadyRunningAssessmentException(message: String?)
-
Undocumented
Declaration
Swift
case assessmentRunInProgressException(message: String?)
-
Undocumented
Declaration
Swift
case internalException(message: String?)
-
Undocumented
Declaration
Swift
case invalidCrossAccountRoleException(message: String?)
-
Undocumented
Declaration
Swift
case invalidInputException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case noSuchEntityException(message: String?)
-
Undocumented
Declaration
Swift
case previewGenerationInProgressException(message: String?)
-
Undocumented
Declaration
Swift
case serviceTemporarilyUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedFeatureException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }