LastReportGenerationExecutionError
public struct LastReportGenerationExecutionError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code for the error that is returned when a usage report can’t be generated.
Declaration
Swift
public let errorCode: UsageReportExecutionErrorCode?
-
The error message for the error that is returned when a usage report can’t be generated.
Declaration
Swift
public let errorMessage: String?
-
Undocumented
Declaration
Swift
public init(errorCode: UsageReportExecutionErrorCode? = nil, errorMessage: String? = nil)