Class: Aws::Detective::Types::ConflictException

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

Overview

The request attempted an invalid action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


187
188
189
190
191
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 187

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