Class: Aws::SecurityHub::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ConflictException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The request causes conflict with the current state of the service resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
22855 22856 22857 22858 22859 22860 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22855 class ConflictException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
22855 22856 22857 22858 22859 22860 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22855 class ConflictException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |