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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/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)


2799
2800
2801
2802
2803
2804
2805
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2799

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


2799
2800
2801
2802
2803
2804
2805
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2799

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)


2799
2800
2801
2802
2803
2804
2805
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2799

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