QuickSightErrorType
public enum QuickSightErrorType : AWSErrorType
extension QuickSightErrorType : CustomStringConvertible
Error enum for QuickSight
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case concurrentUpdatingException(message: String?)
-
Undocumented
Declaration
Swift
case conflictException(message: String?)
-
Undocumented
Declaration
Swift
case domainNotWhitelistedException(message: String?)
-
Undocumented
Declaration
Swift
case identityTypeNotSupportedException(message: String?)
-
Undocumented
Declaration
Swift
case internalFailureException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterValueException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case preconditionNotMetException(message: String?)
-
Undocumented
Declaration
Swift
case quickSightUserNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case resourceExistsException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case resourceUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case sessionLifetimeInMinutesInvalidException(message: String?)
-
Undocumented
Declaration
Swift
case throttlingException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedUserEditionException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }