AWS SDK for .NET Documentation
DescribeServiceErrorsRequest Class
AmazonAmazon.OpsWorks.ModelDescribeServiceErrorsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeServiceErrors operation. Describes AWS OpsWorks service errors.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

Declaration Syntax
C#
public class DescribeServiceErrorsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeServiceErrorsRequest()()()()
Initializes a new instance of the DescribeServiceErrorsRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InstanceId
Gets and sets the property InstanceId.

The instance ID. If you use this parameter,

CopyC#
DescribeServiceErrors
returns descriptions of the errors associated with the specified instance.


ServiceErrorIds
Gets and sets the property ServiceErrorIds.

An array of service error IDs. If you use this parameter,

CopyC#
DescribeServiceErrors
returns descriptions of the specified errors. Otherwise, it returns a description of every error.


StackId
Gets and sets the property StackId.

The stack ID. If you use this parameter,

CopyC#
DescribeServiceErrors
returns descriptions of the errors associated with the specified stack.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithInstanceId(String) Obsolete.
Sets the InstanceId property

WithServiceErrorIds(array<String>[]()[][]) Obsolete.
Sets the ServiceErrorIds property

WithServiceErrorIds(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Sets the ServiceErrorIds property

WithStackId(String) Obsolete.
Sets the StackId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeServiceErrorsRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)