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
3867 3868 3869 3870 3871 3872 |
# File 'lib/aws-sdk-kafka/types.rb', line 3867 class NotFoundException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3867 3868 3869 3870 3871 3872 |
# File 'lib/aws-sdk-kafka/types.rb', line 3867 class NotFoundException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |