Class: Aws::Types::ConfigurationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_status"HEALTHY", "UNHEALTHY"

Returns the value of attribute configuration_status.

Returns:

  • ("HEALTHY", "UNHEALTHY")


710
711
712
# File 'sig/types.rbs', line 710

def configuration_status
  @configuration_status
end

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def error_message
  @error_message
end