Class: Aws::Types::ConfigurationStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ConfigurationErrorDetails

Returns the value of attribute error.



809
810
811
# File 'sig/types.rbs', line 809

def error
  @error
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "UPDATE_IN_PROGRESS", "UPDATE_FAILED")


808
809
810
# File 'sig/types.rbs', line 808

def state
  @state
end