Class: Aws::Types::FindingDetailsError
- Inherits:
-
Object
- Object
- Aws::Types::FindingDetailsError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "INTERNAL_ERROR", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#finding_arn ⇒ ::String
Returns the value of attribute finding_arn.
Instance Attribute Details
#error_code ⇒ "INTERNAL_ERROR", ...
Returns the value of attribute error_code.
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.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def @error_message end |
#finding_arn ⇒ ::String
Returns the value of attribute finding_arn.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def finding_arn @finding_arn end |