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.



3364
3365
3366
# File 'sig/types.rbs', line 3364

def error
  @error
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


3365
3366
3367
# File 'sig/types.rbs', line 3365

def state
  @state
end