Class: Aws::Redshift::Types::SnapshotErrorMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::SnapshotErrorMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Describes the errors returned by a snapshot.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #failure_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The failure code for the error.
 - 
  
    
      #failure_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The text message describing the error.
 - 
  
    
      #snapshot_cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the cluster.
 - 
  
    
      #snapshot_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the snapshot returning the error.
 
Instance Attribute Details
#failure_code ⇒ String
The failure code for the error.
      11440 11441 11442 11443 11444 11445 11446 11447  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11440 class SnapshotErrorMessage < Struct.new( :snapshot_identifier, :snapshot_cluster_identifier, :failure_code, :failure_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#failure_reason ⇒ String
The text message describing the error.
      11440 11441 11442 11443 11444 11445 11446 11447  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11440 class SnapshotErrorMessage < Struct.new( :snapshot_identifier, :snapshot_cluster_identifier, :failure_code, :failure_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#snapshot_cluster_identifier ⇒ String
A unique identifier for the cluster.
      11440 11441 11442 11443 11444 11445 11446 11447  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11440 class SnapshotErrorMessage < Struct.new( :snapshot_identifier, :snapshot_cluster_identifier, :failure_code, :failure_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#snapshot_identifier ⇒ String
A unique identifier for the snapshot returning the error.
      11440 11441 11442 11443 11444 11445 11446 11447  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11440 class SnapshotErrorMessage < Struct.new( :snapshot_identifier, :snapshot_cluster_identifier, :failure_code, :failure_reason) SENSITIVE = [] include Aws::Structure end  |