Class: Aws::Bedrock::Types::BatchDeleteEvaluationJobError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

A JSON array that provides the status of the evaluation jobs being deleted.

Constant Summary collapse

SENSITIVE =
[:job_identifier]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

A HTTP status code of the evaluation job being deleted.

Returns:

  • (String)


68
69
70
71
72
73
74
# File 'lib/aws-sdk-bedrock/types.rb', line 68

class BatchDeleteEvaluationJobError < Struct.new(
  :job_identifier,
  :code,
  :message)
  SENSITIVE = [:job_identifier]
  include Aws::Structure
end

#job_identifierString

The ARN of the evaluation job being deleted.

Returns:

  • (String)


68
69
70
71
72
73
74
# File 'lib/aws-sdk-bedrock/types.rb', line 68

class BatchDeleteEvaluationJobError < Struct.new(
  :job_identifier,
  :code,
  :message)
  SENSITIVE = [:job_identifier]
  include Aws::Structure
end

#messageString

A status message about the evaluation job deletion.

Returns:

  • (String)


68
69
70
71
72
73
74
# File 'lib/aws-sdk-bedrock/types.rb', line 68

class BatchDeleteEvaluationJobError < Struct.new(
  :job_identifier,
  :code,
  :message)
  SENSITIVE = [:job_identifier]
  include Aws::Structure
end