MonitorErrorDetails
public struct MonitorErrorDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code.
Declaration
Swift
public let code: MonitorErrorCode?
-
The error message.
Declaration
Swift
public let message: String?
-
Undocumented
Declaration
Swift
public init(code: MonitorErrorCode? = nil, message: String? = nil)