Class: Aws::Kafka::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ForbiddenException
- 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
1965 1966 1967 1968 1969 1970 |
# File 'lib/aws-sdk-kafka/types.rb', line 1965 class ForbiddenException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1965 1966 1967 1968 1969 1970 |
# File 'lib/aws-sdk-kafka/types.rb', line 1965 class ForbiddenException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |