Class: Aws::Types::BatchDeleteEvaluationJobError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:job_identifier])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


841
842
843
# File 'sig/types.rbs', line 841

def code
  @code
end

#job_identifier::String

Returns the value of attribute job_identifier.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def job_identifier
  @job_identifier
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def message
  @message
end