Class: Aws::Types::AssessmentReportEvidenceError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code ⇒ ::String

Returns the value of attribute error_code.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def error_code
  @error_code
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def error_message
  @error_message
end

#evidence_id ⇒ ::String

Returns the value of attribute evidence_id.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def evidence_id
  @evidence_id
end