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.



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

def error
  @error
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

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


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

def state
  @state
end