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 could not 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
#message ⇒ String
231 232 233 234 235 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 231 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |