| 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.OpsWorks.Types.ServiceError
Description
Synopsis
- data ServiceError = ServiceError' {}
- newServiceError :: ServiceError
- serviceError_createdAt :: Lens' ServiceError (Maybe Text)
- serviceError_instanceId :: Lens' ServiceError (Maybe Text)
- serviceError_message :: Lens' ServiceError (Maybe Text)
- serviceError_serviceErrorId :: Lens' ServiceError (Maybe Text)
- serviceError_stackId :: Lens' ServiceError (Maybe Text)
- serviceError_type :: Lens' ServiceError (Maybe Text)
Documentation
data ServiceError Source #
Describes an AWS OpsWorks Stacks service error.
See: newServiceError smart constructor.
Constructors
| ServiceError' | |
Instances
newServiceError :: ServiceError Source #
Create a value of ServiceError with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:createdAt:ServiceError', serviceError_createdAt - When the error occurred.
$sel:instanceId:ServiceError', serviceError_instanceId - The instance ID.
$sel:message:ServiceError', serviceError_message - A message that describes the error.
$sel:serviceErrorId:ServiceError', serviceError_serviceErrorId - The error ID.
$sel:stackId:ServiceError', serviceError_stackId - The stack ID.
$sel:type':ServiceError', serviceError_type - The error type.
serviceError_createdAt :: Lens' ServiceError (Maybe Text) Source #
When the error occurred.
serviceError_instanceId :: Lens' ServiceError (Maybe Text) Source #
The instance ID.
serviceError_message :: Lens' ServiceError (Maybe Text) Source #
A message that describes the error.
serviceError_serviceErrorId :: Lens' ServiceError (Maybe Text) Source #
The error ID.
serviceError_stackId :: Lens' ServiceError (Maybe Text) Source #
The stack ID.
serviceError_type :: Lens' ServiceError (Maybe Text) Source #
The error type.