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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


9498
9499
9500
9501
9502
9503
9504
9505
9506
# File 'lib/aws-sdk-elasticache/types.rb', line 9498

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)


9498
9499
9500
9501
9502
9503
9504
9505
9506
# File 'lib/aws-sdk-elasticache/types.rb', line 9498

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)


9498
9499
9500
9501
9502
9503
9504
9505
9506
# File 'lib/aws-sdk-elasticache/types.rb', line 9498

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)


9498
9499
9500
9501
9502
9503
9504
9505
9506
# File 'lib/aws-sdk-elasticache/types.rb', line 9498

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)


9498
9499
9500
9501
9502
9503
9504
9505
9506
# File 'lib/aws-sdk-elasticache/types.rb', line 9498

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