opsworks_describe_service_errors: Describes AWS OpsWorks Stacks service errors

View source: R/opsworks_operations.R

opsworks_describe_service_errorsR Documentation

Describes AWS OpsWorks Stacks service errors

Description

Describes AWS OpsWorks Stacks service errors.

See https://www.paws-r-sdk.com/docs/opsworks_describe_service_errors/ for full documentation.

Usage

opsworks_describe_service_errors(
  StackId = NULL,
  InstanceId = NULL,
  ServiceErrorIds = NULL
)

Arguments

StackId

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

InstanceId

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

ServiceErrorIds

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


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.