UnprocessedUpdateAction constructor

UnprocessedUpdateAction({
  1. String? cacheClusterId,
  2. String? errorMessage,
  3. String? errorType,
  4. String? replicationGroupId,
  5. String? serviceUpdateName,
})

Implementation

UnprocessedUpdateAction({
  this.cacheClusterId,
  this.errorMessage,
  this.errorType,
  this.replicationGroupId,
  this.serviceUpdateName,
});