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
28709 28710 28711 28712 28713 28714 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28709 class ResourceInUseException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
28709 28710 28711 28712 28713 28714 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28709 class ResourceInUseException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |