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)


27884
27885
27886
27887
27888
27889
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27884

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

#messageString

Returns:

  • (String)


27884
27885
27886
27887
27888
27889
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27884

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