Class: Aws::Kafka::Types::ForbiddenException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Returns information about an error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invalid_parameterString

Returns:

  • (String)


1946
1947
1948
1949
1950
1951
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1946

class ForbiddenException < Struct.new(
  :invalid_parameter,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


1946
1947
1948
1949
1950
1951
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1946

class ForbiddenException < Struct.new(
  :invalid_parameter,
  :message)
  SENSITIVE = []
  include Aws::Structure
end