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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


28527
28528
28529
28530
28531
28532
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28527

class ResourceInUseException < Struct.new(
  :message,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


28527
28528
28529
28530
28531
28532
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28527

class ResourceInUseException < Struct.new(
  :message,
  :code)
  SENSITIVE = []
  include Aws::Structure
end