Method: Aws::Keyspaces::Types::ConflictException#message

Defined in:
lib/aws-sdk-keyspaces/types.rb

#messageString

The requested operation conflicts with the current state of the resource or another concurrent operation.

Returns:

  • (String)


456
457
458
459
460
# File 'lib/aws-sdk-keyspaces/types.rb', line 456

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