Class: Aws::ElastiCache::Types::UnprocessedUpdateAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::UnprocessedUpdateAction
- 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
-
#cache_cluster_id ⇒ String
The ID of the cache cluster.
-
#error_message ⇒ String
The error message that describes the reason the request was not processed.
-
#error_type ⇒ String
The error type for requests that are not processed.
-
#replication_group_id ⇒ String
The replication group ID.
-
#service_update_name ⇒ String
The unique ID of the service update.
Instance Attribute Details
#cache_cluster_id ⇒ String
The ID of the cache cluster
9508 9509 9510 9511 9512 9513 9514 9515 9516 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9508 class UnprocessedUpdateAction < Struct.new( :replication_group_id, :cache_cluster_id, :service_update_name, :error_type, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message that describes the reason the request was not processed
9508 9509 9510 9511 9512 9513 9514 9515 9516 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9508 class UnprocessedUpdateAction < Struct.new( :replication_group_id, :cache_cluster_id, :service_update_name, :error_type, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_type ⇒ String
The error type for requests that are not processed
9508 9509 9510 9511 9512 9513 9514 9515 9516 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9508 class UnprocessedUpdateAction < Struct.new( :replication_group_id, :cache_cluster_id, :service_update_name, :error_type, :error_message) SENSITIVE = [] include Aws::Structure end |
#replication_group_id ⇒ String
The replication group ID
9508 9509 9510 9511 9512 9513 9514 9515 9516 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9508 class UnprocessedUpdateAction < Struct.new( :replication_group_id, :cache_cluster_id, :service_update_name, :error_type, :error_message) SENSITIVE = [] include Aws::Structure end |
#service_update_name ⇒ String
The unique ID of the service update
9508 9509 9510 9511 9512 9513 9514 9515 9516 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9508 class UnprocessedUpdateAction < Struct.new( :replication_group_id, :cache_cluster_id, :service_update_name, :error_type, :error_message) SENSITIVE = [] include Aws::Structure end |