Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSSNSErrorType) {
        AWSSNSErrorUnknown,
        AWSSNSErrorAuthorizationError,
        AWSSNSErrorBatchEntryIdsNotDistinct,
        AWSSNSErrorBatchRequestTooLong,
        AWSSNSErrorConcurrentAccess,
        AWSSNSErrorEmptyBatchRequest,
        AWSSNSErrorEndpointDisabled,
        AWSSNSErrorFilterPolicyLimitExceeded,
        AWSSNSErrorInternalError,
        AWSSNSErrorInvalidBatchEntryId,
        AWSSNSErrorInvalidParameter,
        AWSSNSErrorInvalidParameterValue,
        AWSSNSErrorInvalidSecurity,
        AWSSNSErrorInvalidState,
        AWSSNSErrorKMSAccessDenied,
        AWSSNSErrorKMSDisabled,
        AWSSNSErrorKMSInvalidState,
        AWSSNSErrorKMSNotFound,
        AWSSNSErrorKMSOptInRequired,
        AWSSNSErrorKMSThrottling,
        AWSSNSErrorNotFound,
        AWSSNSErrorOptedOut,
        AWSSNSErrorPlatformApplicationDisabled,
        AWSSNSErrorReplayLimitExceeded,
        AWSSNSErrorResourceNotFound,
        AWSSNSErrorStaleTag,
        AWSSNSErrorSubscriptionLimitExceeded,
        AWSSNSErrorTagLimitExceeded,
        AWSSNSErrorTagPolicy,
        AWSSNSErrorThrottled,
        AWSSNSErrorTooManyEntriesInBatchRequest,
        AWSSNSErrorTopicLimitExceeded,
        AWSSNSErrorUserError,
        AWSSNSErrorValidation,
        AWSSNSErrorVerification,
    }

    Swift

    enum AWSSNSErrorType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSSNSLanguageCodeString) {
        AWSSNSLanguageCodeStringUnknown,
        AWSSNSLanguageCodeStringEnUS,
        AWSSNSLanguageCodeStringEnGB,
        AWSSNSLanguageCodeStringEs419,
        AWSSNSLanguageCodeStringEsES,
        AWSSNSLanguageCodeStringDeDE,
        AWSSNSLanguageCodeStringFrCA,
        AWSSNSLanguageCodeStringFrFR,
        AWSSNSLanguageCodeStringItIT,
        AWSSNSLanguageCodeStringJaJP,
        AWSSNSLanguageCodeStringPtBR,
        AWSSNSLanguageCodeStringKrKR,
        AWSSNSLanguageCodeStringZhCN,
        AWSSNSLanguageCodeStringZhTW,
    }

    Swift

    enum AWSSNSLanguageCodeString : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSSNSNumberCapability) {
        AWSSNSNumberCapabilityUnknown,
        AWSSNSNumberCapabilitySms,
        AWSSNSNumberCapabilityMms,
        AWSSNSNumberCapabilityVoice,
    }

    Swift

    enum AWSSNSNumberCapability : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSSNSRouteType) {
        AWSSNSRouteTypeUnknown,
        AWSSNSRouteTypeTransactional,
        AWSSNSRouteTypePromotional,
        AWSSNSRouteTypePremium,
    }

    Swift

    enum AWSSNSRouteType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSSNSSMSSandboxPhoneNumberVerificationStatus) {
        AWSSNSSMSSandboxPhoneNumberVerificationStatusUnknown,
        AWSSNSSMSSandboxPhoneNumberVerificationStatusPending,
        AWSSNSSMSSandboxPhoneNumberVerificationStatusVerified,
    }

    Swift

    enum AWSSNSSMSSandboxPhoneNumberVerificationStatus : Int, @unchecked Sendable