Class: Aws::Kafka::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UnauthorizedException
- 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
3862 3863 3864 3865 3866 3867 |
# File 'lib/aws-sdk-kafka/types.rb', line 3862 class UnauthorizedException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3862 3863 3864 3865 3866 3867 |
# File 'lib/aws-sdk-kafka/types.rb', line 3862 class UnauthorizedException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |