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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


2806
2807
2808
2809
2810
2811
2812
# File 'lib/aws-sdk-opsworks/types.rb', line 2806

class DescribeServiceErrorsRequest < Struct.new(
  :stack_id,
  :instance_id,
  :service_error_ids)
  SENSITIVE = []
  include Aws::Structure
end

#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>)


2806
2807
2808
2809
2810
2811
2812
# File 'lib/aws-sdk-opsworks/types.rb', line 2806

class DescribeServiceErrorsRequest < Struct.new(
  :stack_id,
  :instance_id,
  :service_error_ids)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

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

Returns:

  • (String)


2806
2807
2808
2809
2810
2811
2812
# File 'lib/aws-sdk-opsworks/types.rb', line 2806

class DescribeServiceErrorsRequest < Struct.new(
  :stack_id,
  :instance_id,
  :service_error_ids)
  SENSITIVE = []
  include Aws::Structure
end