Class: Aws::Glue::Types::AnnotationError
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::AnnotationError
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A failed annotation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #failure_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The reason why the annotation failed. 
- 
  
    
      #profile_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Profile ID for the failed annotation. 
- 
  
    
      #statistic_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Statistic ID for the failed annotation. 
Instance Attribute Details
#failure_reason ⇒ String
The reason why the annotation failed.
| 420 421 422 423 424 425 426 | # File 'lib/aws-sdk-glue/types.rb', line 420 class AnnotationError < Struct.new( :profile_id, :statistic_id, :failure_reason) SENSITIVE = [] include Aws::Structure end | 
#profile_id ⇒ String
The Profile ID for the failed annotation.
| 420 421 422 423 424 425 426 | # File 'lib/aws-sdk-glue/types.rb', line 420 class AnnotationError < Struct.new( :profile_id, :statistic_id, :failure_reason) SENSITIVE = [] include Aws::Structure end | 
#statistic_id ⇒ String
The Statistic ID for the failed annotation.
| 420 421 422 423 424 425 426 | # File 'lib/aws-sdk-glue/types.rb', line 420 class AnnotationError < Struct.new( :profile_id, :statistic_id, :failure_reason) SENSITIVE = [] include Aws::Structure end |