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
281 282 283 284 285 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 281 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |