EnvironmentStateDetails Class

An object that contains the details about an environment's state.

Inheritance
EnvironmentStateDetails

Constructor

EnvironmentStateDetails(*, code: Optional[str] = None, message: Optional[str] = None, **kwargs)

Parameters

code
str
Required

Contains the code that represents the reason of an environment being in a particular state. Can be used to programmatically handle specific cases.

message
str
Required

A message that describes the state in detail.