Class: Aws::Glue::Types::AnnotationError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

A failed annotation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failure_reasonString

The reason why the annotation failed.

Returns:

  • (String)


387
388
389
390
391
392
393
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 387

class AnnotationError < Struct.new(
  :profile_id,
  :statistic_id,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The Profile ID for the failed annotation.

Returns:

  • (String)


387
388
389
390
391
392
393
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 387

class AnnotationError < Struct.new(
  :profile_id,
  :statistic_id,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statistic_idString

The Statistic ID for the failed annotation.

Returns:

  • (String)


387
388
389
390
391
392
393
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 387

class AnnotationError < Struct.new(
  :profile_id,
  :statistic_id,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end