Class: Aws::Types::BatchGetIncidentFindingsError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetIncidentFindingsError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
59 60 61 |
# File 'sig/types.rbs', line 59 def code @code end |
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
60 61 62 |
# File 'sig/types.rbs', line 60 def finding_id @finding_id end |
#message ⇒ ::String
Returns the value of attribute message.
61 62 63 |
# File 'sig/types.rbs', line 61 def @message end |