Class: Aws::OpenSearchServerless::Types::ConflictException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchserverless/types.rb

Overview

When creating a resource, thrown when a resource with the same name already exists or is being created. When deleting a resource, thrown when the resource is not in the ACTIVE or FAILED state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


452
453
454
455
456
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 452

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