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
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_message ⇒ String
The error message that describes the reason the request was not processed
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_type ⇒ String
The error type for requests that are not processed
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_id ⇒ String
The replication group ID
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_name ⇒ String
The unique ID of the service update
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 |