Class: Aws::Types::BatchUpdateFindingsUnprocessedFinding
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateFindingsUnprocessedFinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#finding_identifier ⇒ Types::AwsSecurityFindingIdentifier
Returns the value of attribute finding_identifier.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
4866 4867 4868 |
# File 'sig/types.rbs', line 4866 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
4867 4868 4869 |
# File 'sig/types.rbs', line 4867 def @error_message end |
#finding_identifier ⇒ Types::AwsSecurityFindingIdentifier
Returns the value of attribute finding_identifier.
4865 4866 4867 |
# File 'sig/types.rbs', line 4865 def finding_identifier @finding_identifier end |