Class: Aws::RedshiftDataAPIService::Types::ExecuteStatementException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RedshiftDataAPIService::Types::ExecuteStatementException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshiftdataapiservice/types.rb
 
Overview
The SQL statement encountered an environmental error while running.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The exception message.
 - 
  
    
      #statement_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Statement identifier of the exception.
 
Instance Attribute Details
#message ⇒ String
The exception message.
      592 593 594 595 596 597  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 592 class ExecuteStatementException < Struct.new( :message, :statement_id) SENSITIVE = [] include Aws::Structure end  | 
  
#statement_id ⇒ String
Statement identifier of the exception.
      592 593 594 595 596 597  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 592 class ExecuteStatementException < Struct.new( :message, :statement_id) SENSITIVE = [] include Aws::Structure end  |