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.
1317 1318 1319 1320 1321 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1317 class SecurityIncidentResponseNotActiveException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |