Class: Aws::Kafka::Types::TooManyRequestsException

Inherits:
Struct
  • Object
show all
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_parameterString

Returns:

  • (String)


3830
3831
3832
3833
3834
3835
# File 'lib/aws-sdk-kafka/types.rb', line 3830

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

#messageString

Returns:

  • (String)


3830
3831
3832
3833
3834
3835
# File 'lib/aws-sdk-kafka/types.rb', line 3830

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