Class: Aws::Connect::Types::ErrorResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::ErrorResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
This API is in preview release for Amazon Connect and is subject to change.
List of errors for dataset association failures.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #error_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The error code.
 - 
  
    
      #error_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The corresponding error message for the error code.
 
Instance Attribute Details
#error_code ⇒ String
The error code.
      8486 8487 8488 8489 8490 8491  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8486 class ErrorResult < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end  | 
  
#error_message ⇒ String
The corresponding error message for the error code.
      8486 8487 8488 8489 8490 8491  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8486 class ErrorResult < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end  |