Class: Aws::Types::FindingDetailsError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"INTERNAL_ERROR", ...

Returns the value of attribute error_code.

Returns:

  • ("INTERNAL_ERROR", "ACCESS_DENIED", "FINDING_DETAILS_NOT_FOUND", "INVALID_INPUT")


1570
1571
1572
# File 'sig/types.rbs', line 1570

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def error_message
  @error_message
end

#finding_arn::String

Returns the value of attribute finding_arn.

Returns:

  • (::String)


1569
1570
1571
# File 'sig/types.rbs', line 1569

def finding_arn
  @finding_arn
end