EventDetailsErrorItem class

Error information returned when a DescribeEventDetails operation cannot find a specified event.

Constructors

EventDetailsErrorItem({String? errorMessage, String? errorName, String? eventArn})
EventDetailsErrorItem.fromJson(Map<String, dynamic> json)
factory

Properties

errorMessage String?
A message that describes the error.
final
errorName String?
The name of the error.
final
eventArn String?
The unique identifier for the event. Format: arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID . Example: Example: arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456
final
hashCode int
The hash code for this object.
no setterinherited
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