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 ActivityTimedOutEventDetails = ActivityTimedOutEventDetails' {}
- newActivityTimedOutEventDetails :: ActivityTimedOutEventDetails
- activityTimedOutEventDetails_error :: Lens' ActivityTimedOutEventDetails (Maybe Text)
- activityTimedOutEventDetails_cause :: Lens' ActivityTimedOutEventDetails (Maybe Text)
Documentation
data ActivityTimedOutEventDetails Source #
Contains details about an activity timeout that occurred during an execution.
See: newActivityTimedOutEventDetails
smart constructor.
Instances
newActivityTimedOutEventDetails :: ActivityTimedOutEventDetails Source #
Create a value of ActivityTimedOutEventDetails
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:error:ActivityTimedOutEventDetails'
, activityTimedOutEventDetails_error
- The error code of the failure.
$sel:cause:ActivityTimedOutEventDetails'
, activityTimedOutEventDetails_cause
- A more detailed explanation of the cause of the timeout.
activityTimedOutEventDetails_error :: Lens' ActivityTimedOutEventDetails (Maybe Text) Source #
The error code of the failure.
activityTimedOutEventDetails_cause :: Lens' ActivityTimedOutEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the timeout.