Class: Aws::SecurityIR::Types::SecurityIncidentResponseNotActiveException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::SecurityIncidentResponseNotActiveException
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The exception message.
Instance Attribute Details
#message ⇒ String
The exception message.
1313 1314 1315 1316 1317 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1313 class SecurityIncidentResponseNotActiveException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |