| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Transfer.Types.ExecutionErrorType
Description
Documentation
newtype ExecutionErrorType Source #
Constructors
| ExecutionErrorType' | |
Fields | |
Bundled Patterns
| pattern ExecutionErrorType_ALREADY_EXISTS :: ExecutionErrorType | |
| pattern ExecutionErrorType_BAD_REQUEST :: ExecutionErrorType | |
| pattern ExecutionErrorType_CUSTOM_STEP_FAILED :: ExecutionErrorType | |
| pattern ExecutionErrorType_INTERNAL_SERVER_ERROR :: ExecutionErrorType | |
| pattern ExecutionErrorType_NOT_FOUND :: ExecutionErrorType | |
| pattern ExecutionErrorType_PERMISSION_DENIED :: ExecutionErrorType | |
| pattern ExecutionErrorType_THROTTLED :: ExecutionErrorType | |
| pattern ExecutionErrorType_TIMEOUT :: ExecutionErrorType |