Class: Aws::Types::UnprocessedScramSecret

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


1524
1525
1526
# File 'sig/types.rbs', line 1524

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1525
1526
1527
# File 'sig/types.rbs', line 1525

def error_message
  @error_message
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def secret_arn
  @secret_arn
end