LicenseOperationFailure class

Describes the failure of a license operation.

Constructors

LicenseOperationFailure({String? errorMessage, DateTime? failureTime, List<Metadata>? metadataList, String? operationName, String? operationRequestedBy, String? resourceArn, String? resourceOwnerId, ResourceType? resourceType})
LicenseOperationFailure.fromJson(Map<String, dynamic> json)
factory

Properties

errorMessage String?
Error message.
final
failureTime DateTime?
Failure time.
final
hashCode int
The hash code for this object.
no setterinherited
metadataList List<Metadata>?
Reserved.
final
operationName String?
Name of the operation.
final
operationRequestedBy String?
The requester is "License Manager Automated Discovery".
final
resourceArn String?
Amazon Resource Name (ARN) of the resource.
final
resourceOwnerId String?
ID of the AWS account that owns the resource.
final
resourceType ResourceType?
Resource type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited