Method: Aws::Keyspaces::Types::ConflictException#message
- Defined in:
- lib/aws-sdk-keyspaces/types.rb
#message ⇒ String
The requested operation conflicts with the current state of the resource or another concurrent operation.
456 457 458 459 460 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 456 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |