amazonka-opsworks-0.0.0: Amazon OpsWorks SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.OpsWorks.DescribeServiceErrors

Contents

Description

Describes AWS OpsWorks service errors. Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

http://docs.aws.amazon.com/opsworks/latest/APIReference/API_DescribeServiceErrors.html

Synopsis

Request

Request constructor

describeServiceErrors :: DescribeServiceErrors Source

DescribeServiceErrors constructor.

The fields accessible through corresponding lenses are:

Request lenses

dseInstanceId :: Lens' DescribeServiceErrors (Maybe Text) Source

The instance ID. If you use this parameter, DescribeServiceErrors returns descriptions of the errors associated with the specified instance.

dseServiceErrorIds :: Lens' DescribeServiceErrors [Text] Source

An array of service error IDs. If you use this parameter, DescribeServiceErrors returns descriptions of the specified errors. Otherwise, it returns a description of every error.

dseStackId :: Lens' DescribeServiceErrors (Maybe Text) Source

The stack ID. If you use this parameter, DescribeServiceErrors returns descriptions of the errors associated with the specified stack.

Response

Response constructor

Response lenses

dserServiceErrors :: Lens' DescribeServiceErrorsResponse [ServiceError'] Source

An array of ServiceError objects that describe the specified service errors.