Class: Aws::Kafka::Types::UnprocessedScramSecret

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
3857
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3851

class UnprocessedScramSecret < Struct.new(
  :error_code,
  :error_message,
  :secret_arn)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
3857
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3851

class UnprocessedScramSecret < Struct.new(
  :error_code,
  :error_message,
  :secret_arn)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arnString

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
3857
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3851

class UnprocessedScramSecret < Struct.new(
  :error_code,
  :error_message,
  :secret_arn)
  SENSITIVE = []
  include Aws::Structure
end