You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorks::Types::DescribeServiceErrorsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeServiceErrorsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

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

Returns:

  • (String)

    The instance ID.

#service_error_idsArray<String>

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.

Returns:

  • (Array<String>)

    An array of service error IDs.

#stack_idString

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

Returns:

  • (String)

    The stack ID.