Class: Aws::Types::ResourceStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ResourceError

Returns the value of attribute error.



3398
3399
3400
# File 'sig/types.rbs', line 3398

def error
  @error
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETING", "FAILED")


3399
3400
3401
# File 'sig/types.rbs', line 3399

def state
  @state
end