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)


3902
3903
3904
3905
3906
3907
3908
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3902

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

#error_messageString

Returns:

  • (String)


3902
3903
3904
3905
3906
3907
3908
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3902

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

#secret_arnString

Returns:

  • (String)


3902
3903
3904
3905
3906
3907
3908
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3902

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