Class: Aws::Kafka::Types::ServiceUnavailableException

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)


3619
3620
3621
3622
3623
3624
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3619

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

#messageString

Returns:

  • (String)


3619
3620
3621
3622
3623
3624
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3619

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