Class: Aws::MemoryDB::Types::UnprocessedCluster
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MemoryDB::Types::UnprocessedCluster
 
- Defined in:
- gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb
Overview
A cluster whose updates have failed
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #cluster_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the cluster. 
- 
  
    
      #error_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The error message associated with the update failure. 
- 
  
    
      #error_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The error type associated with the update failure. 
Instance Attribute Details
#cluster_name ⇒ String
The name of the cluster
| 3664 3665 3666 3667 3668 3669 3670 | # File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3664 class UnprocessedCluster < Struct.new( :cluster_name, :error_type, :error_message) SENSITIVE = [] include Aws::Structure end | 
#error_message ⇒ String
The error message associated with the update failure
| 3664 3665 3666 3667 3668 3669 3670 | # File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3664 class UnprocessedCluster < Struct.new( :cluster_name, :error_type, :error_message) SENSITIVE = [] include Aws::Structure end | 
#error_type ⇒ String
The error type associated with the update failure
| 3664 3665 3666 3667 3668 3669 3670 | # File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3664 class UnprocessedCluster < Struct.new( :cluster_name, :error_type, :error_message) SENSITIVE = [] include Aws::Structure end |