Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Email
Contact An email contact.
- Validation
Exception Field Stores information about a field passed inside a request that resulted in an exception.
Enums§
- Email
Contact Status - When writing a match expression against
EmailContactStatus
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Validation
Exception Reason - When writing a match expression against
ValidationExceptionReason
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.