Class: Aws::OpenSearchServerless::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::ConflictException
- 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
#message ⇒ String
462 463 464 465 466 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 462 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |