ResourceError
public struct ResourceError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code.
Declaration
Swift
public let errorCode: FleetErrorCode?
-
The error message.
Declaration
Swift
public let errorMessage: String?
-
The time the error occurred.
Declaration
Swift
public let errorTimestamp: TimeStamp?
-
Undocumented
Declaration
Swift
public init(errorCode: FleetErrorCode? = nil, errorMessage: String? = nil, errorTimestamp: TimeStamp? = nil)