Class: Aws::Kafka::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Returns information about an error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#invalid_parameter ⇒ String
3371 3372 3373 3374 3375 3376 |
# File 'lib/aws-sdk-kafka/types.rb', line 3371 class NotFoundException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3371 3372 3373 3374 3375 3376 |
# File 'lib/aws-sdk-kafka/types.rb', line 3371 class NotFoundException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |