AWS SDK for .NET Documentation
ServiceError Class
AmazonAmazon.OpsWorks.ModelServiceError Did this page help you?   Yes   No    Tell us about it...
Describes an AWS OpsWorks service error.
Declaration Syntax
C#
public class ServiceError
Members
All MembersConstructorsMethodsProperties



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

CreatedAt
Gets and sets the property CreatedAt.

When the error occurred.


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.


Message
Gets and sets the property Message.

A message that describes the error.


ServiceErrorId
Gets and sets the property ServiceErrorId.

The error ID.


StackId
Gets and sets the property StackId.

The stack ID.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Type
Gets and sets the property Type.

The error type.


WithCreatedAt(String) Obsolete.
Sets the CreatedAt property

WithInstanceId(String) Obsolete.
Sets the InstanceId property

WithMessage(String) Obsolete.
Sets the Message property

WithServiceErrorId(String) Obsolete.
Sets the ServiceErrorId property

WithStackId(String) Obsolete.
Sets the StackId property

WithType(String) Obsolete.
Sets the Type property

Inheritance Hierarchy
Object
ServiceError

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