UserError
public struct UserError : 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 user ID for which the action failed.
Declaration
Swift
public let userId: String?
-
Undocumented
Declaration
Swift
public init(errorCode: ErrorCode? = nil, errorMessage: String? = nil, userId: String? = nil)