Class: Aws::Kafka::Types::KafkaTimeoutException

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)


4596
4597
4598
4599
4600
4601
# File 'lib/aws-sdk-kafka/types.rb', line 4596

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

#messageString

Returns:

  • (String)


4596
4597
4598
4599
4600
4601
# File 'lib/aws-sdk-kafka/types.rb', line 4596

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