PhoneNumberError
public struct PhoneNumberError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code.
Declaration
Swift
public let errorCode: ErrorCode?
-
The error message.
Declaration
Swift
public let errorMessage: String?
-
The phone number ID for which the action failed.
Declaration
Swift
public let phoneNumberId: String?
-
Undocumented
Declaration
Swift
public init(errorCode: ErrorCode? = nil, errorMessage: String? = nil, phoneNumberId: String? = nil)