Class: Aws::OpsWorks::Types::DescribeServiceErrorsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeServiceErrorsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The instance ID.
-
#service_error_ids ⇒ Array<String>
An array of service error IDs.
-
#stack_id ⇒ String
The stack ID.
Instance Attribute Details
#instance_id ⇒ String
The instance ID. If you use this parameter, ‘DescribeServiceErrors` returns descriptions of the errors associated with the specified instance.
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_ids ⇒ Array<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.
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_id ⇒ String
The stack ID. If you use this parameter, ‘DescribeServiceErrors` returns descriptions of the errors associated with the specified stack.
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 |