BatchPutAssetPropertyValueErrorCode
public enum BatchPutAssetPropertyValueErrorCode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case resourcenotfoundexception = "ResourceNotFoundException"
-
Undocumented
Declaration
Swift
case invalidrequestexception = "InvalidRequestException"
-
Undocumented
Declaration
Swift
case internalfailureexception = "InternalFailureException"
-
Undocumented
Declaration
Swift
case serviceunavailableexception = "ServiceUnavailableException"
-
Undocumented
Declaration
Swift
case throttlingexception = "ThrottlingException"
-
Undocumented
Declaration
Swift
case limitexceededexception = "LimitExceededException"
-
Undocumented
Declaration
Swift
case conflictingoperationexception = "ConflictingOperationException"
-
Undocumented
Declaration
Swift
case timestampoutofrangeexception = "TimestampOutOfRangeException"
-
Undocumented
Declaration
Swift
case accessdeniedexception = "AccessDeniedException"
-
Declaration
Swift
public var description: String { get }