Class: Aws::KafkaConnect::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::ConflictException
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your request with another name.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
299 300 301 302 303 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 299 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |