Class: Aws::Keyspaces::Types::ConflictException

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

Overview

Amazon Keyspaces couldn't complete the requested action. This error may occur if you try to perform an action and the same or a different action is already in progress, or if you try to create a resource that already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the error.

Returns:

  • (String)


364
365
366
367
368
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 364

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