You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorks::Types::ServiceError

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes an AWS OpsWorks Stacks service error.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString

When the error occurred.

Returns:

  • (String)

    When the error occurred.

#instance_idString

The instance ID.

Returns:

  • (String)

    The instance ID.

#messageString

A message that describes the error.

Returns:

  • (String)

    A message that describes the error.

#service_error_idString

The error ID.

Returns:

  • (String)

    The error ID.

#stack_idString

The stack ID.

Returns:

  • (String)

    The stack ID.

#typeString

The error type.

Returns:

  • (String)

    The error type.