Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ServiceError = ServiceError' {}
- newServiceError :: ServiceError
- serviceError_instanceId :: Lens' ServiceError (Maybe Text)
- serviceError_createdAt :: Lens' ServiceError (Maybe Text)
- serviceError_serviceErrorId :: Lens' ServiceError (Maybe Text)
- serviceError_type :: Lens' ServiceError (Maybe Text)
- serviceError_stackId :: Lens' ServiceError (Maybe Text)
- serviceError_message :: Lens' ServiceError (Maybe Text)
Documentation
data ServiceError Source #
Describes an AWS OpsWorks Stacks service error.
See: newServiceError
smart constructor.
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:instanceId:ServiceError'
, serviceError_instanceId
- The instance ID.
$sel:createdAt:ServiceError'
, serviceError_createdAt
- When the error occurred.
$sel:serviceErrorId:ServiceError'
, serviceError_serviceErrorId
- The error ID.
$sel:type':ServiceError'
, serviceError_type
- The error type.
$sel:stackId:ServiceError'
, serviceError_stackId
- The stack ID.
$sel:message:ServiceError'
, serviceError_message
- A message that describes the error.
serviceError_instanceId :: Lens' ServiceError (Maybe Text) Source #
The instance ID.
serviceError_createdAt :: Lens' ServiceError (Maybe Text) Source #
When the error occurred.
serviceError_serviceErrorId :: Lens' ServiceError (Maybe Text) Source #
The error ID.
serviceError_type :: Lens' ServiceError (Maybe Text) Source #
The error type.
serviceError_stackId :: Lens' ServiceError (Maybe Text) Source #
The stack ID.
serviceError_message :: Lens' ServiceError (Maybe Text) Source #
A message that describes the error.