Class: Aws::SecurityHub::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

The request causes conflict with the current state of the service resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


22811
22812
22813
22814
22815
22816
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22811

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

#messageString

Returns:

  • (String)


22811
22812
22813
22814
22815
22816
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22811

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