Class: Aws::SecurityHub::Types::ResourceInUseException

Inherits:
Struct
  • Object
show all
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

#codeString

Returns:

  • (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

#messageString

Returns:

  • (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