Class: Aws::Types::ContainerServiceStateDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"CREATING_SYSTEM_RESOURCES", ...

Returns the value of attribute code.

Returns:

  • ("CREATING_SYSTEM_RESOURCES", "CREATING_NETWORK_INFRASTRUCTURE", "PROVISIONING_CERTIFICATE", "PROVISIONING_SERVICE", "CREATING_DEPLOYMENT", "EVALUATING_HEALTH_CHECK", "ACTIVATING_DEPLOYMENT", "CERTIFICATE_LIMIT_EXCEEDED", "UNKNOWN_ERROR")


491
492
493
# File 'sig/types.rbs', line 491

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def message
  @message
end