Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.31 KB

API_EnvironmentResponse.md

File metadata and controls

24 lines (18 loc) · 1.31 KB

EnvironmentResponse

The results of an operation to update or read environment variables. If the operation is successful, the response contains the environment variables. If it failed, the response contains details about the error.

Contents

** Error ** Error messages for environment variables that couldn't be applied.
Type: EnvironmentError object
Required: No

** Variables ** Environment variable key-value pairs.
Type: String to string map
Key Pattern: [a-zA-Z]([a-zA-Z0-9_])+
Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: