class Aws::OpsWorks::Types::DescribeServiceErrorsRequest

@note When making an API call, you may pass DescribeServiceErrorsRequest

data as a hash:

    {
      stack_id: "String",
      instance_id: "String",
      service_error_ids: ["String"],
    }

@!attribute [rw] stack_id

The stack ID. If you use this parameter, `DescribeServiceErrors`
returns descriptions of the errors associated with the specified
stack.
@return [String]

@!attribute [rw] instance_id

The instance ID. If you use this parameter, `DescribeServiceErrors`
returns descriptions of the errors associated with the specified
instance.
@return [String]

@!attribute [rw] service_error_ids

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.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeServiceErrorsRequest AWS API Documentation

Constants

SENSITIVE