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
Description of the error.
Instance Attribute Details
#message ⇒ String
Description of the error.
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 |