Class: Aws::SecurityHub::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ResourceInUseException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The request was rejected because it conflicts with the resource’s availability. For example, you tried to update a security control that’s currently in the ‘UPDATING` state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
28705 28706 28707 28708 28709 28710 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28705 class ResourceInUseException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
28705 28706 28707 28708 28709 28710 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28705 class ResourceInUseException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |