Class: Aws::KafkaConnect::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::NotFoundException
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1648 1649 1650 1651 1652 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1648 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |