Class: Aws::Types::BatchGetIncidentFindingsError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code ⇒ ::String

Returns the value of attribute code.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def code
  @code
end

#finding_id ⇒ ::String

Returns the value of attribute finding_id.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def finding_id
  @finding_id
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def message
  @message
end