Class: Aws::Keyspaces::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::ConflictException
- 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
-
#message ⇒ String
The requested operation conflicts with the current state of the resource or another concurrent operation.
Instance Attribute Details
#message ⇒ String
The requested operation conflicts with the current state of the resource or another concurrent operation.
456 457 458 459 460 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 456 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |