Class: Aws::Types::AnomalyDetectorStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status_code"CREATING", ...

Returns the value of attribute status_code.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATION_FAILED", "UPDATE_FAILED", "DELETION_FAILED")


76
77
78
# File 'sig/types.rbs', line 76

def status_code
  @status_code
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def status_reason
  @status_reason
end