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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

Returns:

  • (String)


3880
3881
3882
3883
3884
3885
3886
# File 'lib/aws-sdk-kafka/types.rb', line 3880

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

#error_messageString

Returns:

  • (String)


3880
3881
3882
3883
3884
3885
3886
# File 'lib/aws-sdk-kafka/types.rb', line 3880

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

#secret_arnString

Returns:

  • (String)


3880
3881
3882
3883
3884
3885
3886
# File 'lib/aws-sdk-kafka/types.rb', line 3880

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