Class: Aws::Types::BatchUpdateFindingsV2UnprocessedFinding
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateFindingsV2UnprocessedFinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "ResourceNotFoundException", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#finding_identifier ⇒ Types::OcsfFindingIdentifier
Returns the value of attribute finding_identifier.
-
#metadata_uid ⇒ ::String
Returns the value of attribute metadata_uid.
Instance Attribute Details
#error_code ⇒ "ResourceNotFoundException", ...
Returns the value of attribute error_code.
4895 4896 4897 |
# File 'sig/types.rbs', line 4895 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
4896 4897 4898 |
# File 'sig/types.rbs', line 4896 def @error_message end |
#finding_identifier ⇒ Types::OcsfFindingIdentifier
Returns the value of attribute finding_identifier.
4893 4894 4895 |
# File 'sig/types.rbs', line 4893 def finding_identifier @finding_identifier end |
#metadata_uid ⇒ ::String
Returns the value of attribute metadata_uid.
4894 4895 4896 |
# File 'sig/types.rbs', line 4894 def @metadata_uid end |