UnprocessedUpdateAction class

Update action that has failed to be processed for the corresponding apply/stop request

Constructors

UnprocessedUpdateAction({String? cacheClusterId, String? errorMessage, String? errorType, String? replicationGroupId, String? serviceUpdateName})
UnprocessedUpdateAction.fromXml(XmlElement elem)
factory

Properties

cacheClusterId String?
The ID of the cache cluster
final
errorMessage String?
The error message that describes the reason the request was not processed
final
errorType String?
The error type for requests that are not processed
final
hashCode int
The hash code for this object.
no setterinherited
replicationGroupId String?
The replication group ID
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceUpdateName String?
The unique ID of the service update
final

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