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.
387 388 389 390 391 392 393 |
# File 'lib/aws-sdk-glue/types.rb', line 387 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.
387 388 389 390 391 392 393 |
# File 'lib/aws-sdk-glue/types.rb', line 387 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.
387 388 389 390 391 392 393 |
# File 'lib/aws-sdk-glue/types.rb', line 387 class AnnotationError < Struct.new( :profile_id, :statistic_id, :failure_reason) SENSITIVE = [] include Aws::Structure end |