DescribeEnvironmentStatusResult
public struct DescribeEnvironmentStatusResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Any informational message about the status of the environment.
Declaration
Swift
public let message: String? -
The status of the environment. Available values include: connecting: The environment is connecting. creating: The environment is being created. deleting: The environment is being deleted. error: The environment is in an error state. ready: The environment is ready. stopped: The environment is stopped. stopping: The environment is stopping.
Declaration
Swift
public let status: EnvironmentStatus? -
Undocumented
Declaration
Swift
public init(message: String? = nil, status: EnvironmentStatus? = nil)
View on GitHub
DescribeEnvironmentStatusResult Structure Reference