Class: Aws::ElastiCache::Types::UnprocessedUpdateAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_idString

The ID of the cache cluster

Returns:

  • (String)


9444
9445
9446
9447
9448
9449
9450
9451
9452
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9444

class UnprocessedUpdateAction < Struct.new(
  :replication_group_id,
  :cache_cluster_id,
  :service_update_name,
  :error_type,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message that describes the reason the request was not processed

Returns:

  • (String)


9444
9445
9446
9447
9448
9449
9450
9451
9452
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9444

class UnprocessedUpdateAction < Struct.new(
  :replication_group_id,
  :cache_cluster_id,
  :service_update_name,
  :error_type,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_typeString

The error type for requests that are not processed

Returns:

  • (String)


9444
9445
9446
9447
9448
9449
9450
9451
9452
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9444

class UnprocessedUpdateAction < Struct.new(
  :replication_group_id,
  :cache_cluster_id,
  :service_update_name,
  :error_type,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#replication_group_idString

The replication group ID

Returns:

  • (String)


9444
9445
9446
9447
9448
9449
9450
9451
9452
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9444

class UnprocessedUpdateAction < Struct.new(
  :replication_group_id,
  :cache_cluster_id,
  :service_update_name,
  :error_type,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#service_update_nameString

The unique ID of the service update

Returns:

  • (String)


9444
9445
9446
9447
9448
9449
9450
9451
9452
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9444

class UnprocessedUpdateAction < Struct.new(
  :replication_group_id,
  :cache_cluster_id,
  :service_update_name,
  :error_type,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end