Class: Aws::KafkaConnect::Errors::NotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::KafkaConnect::Errors::NotFoundException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-kafkaconnect/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
constructor
A new instance of NotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
Returns a new instance of NotFoundException.
110 111 112 |
# File 'lib/aws-sdk-kafkaconnect/errors.rb', line 110 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
115 |
# File 'lib/aws-sdk-kafkaconnect/errors.rb', line 115
def message: () -> ::String
|