AssociatePhoneNumbersWithVoiceConnectorGroupResponse
public struct AssociatePhoneNumbersWithVoiceConnectorGroupResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.
Declaration
Swift
public let phoneNumberErrors: [PhoneNumberError]?
-
Undocumented
Declaration
Swift
public init(phoneNumberErrors: [PhoneNumberError]? = nil)