LicenseOperationFailure
public struct LicenseOperationFailure : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Error message.
Declaration
Swift
public let errorMessage: String?
-
Failure time.
Declaration
Swift
public let failureTime: TimeStamp?
-
Reserved.
Declaration
Swift
public let metadataList: [Metadata]?
-
Name of the operation.
Declaration
Swift
public let operationName: String?
-
The requester is “License Manager Automated Discovery”.
Declaration
Swift
public let operationRequestedBy: String?
-
Amazon Resource Name (ARN) of the resource.
Declaration
Swift
public let resourceArn: String?
-
ID of the AWS account that owns the resource.
Declaration
Swift
public let resourceOwnerId: String?
-
Resource type.
Declaration
Swift
public let resourceType: ResourceType?
-
init(errorMessage:failureTime:metadataList:operationName:operationRequestedBy:resourceArn:resourceOwnerId:resourceType:)
Undocumented
Declaration
Swift
public init(errorMessage: String? = nil, failureTime: TimeStamp? = nil, metadataList: [Metadata]? = nil, operationName: String? = nil, operationRequestedBy: String? = nil, resourceArn: String? = nil, resourceOwnerId: String? = nil, resourceType: ResourceType? = nil)