Class: Aws::SecurityHub::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ConflictException
- Defined in:
- gems/aws-sdk-securityhub/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
22794 22795 22796 22797 22798 22799 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22794 class ConflictException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
22794 22795 22796 22797 22798 22799 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22794 class ConflictException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |