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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Describes an OpsWorks Stacks service error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString

When the error occurred.

Returns:

  • (String)


4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4637

class ServiceError < Struct.new(
  :service_error_id,
  :stack_id,
  :instance_id,
  :type,
  :message,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The instance ID.

Returns:

  • (String)


4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4637

class ServiceError < Struct.new(
  :service_error_id,
  :stack_id,
  :instance_id,
  :type,
  :message,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message that describes the error.

Returns:

  • (String)


4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4637

class ServiceError < Struct.new(
  :service_error_id,
  :stack_id,
  :instance_id,
  :type,
  :message,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#service_error_idString

The error ID.

Returns:

  • (String)


4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4637

class ServiceError < Struct.new(
  :service_error_id,
  :stack_id,
  :instance_id,
  :type,
  :message,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

The stack ID.

Returns:

  • (String)


4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4637

class ServiceError < Struct.new(
  :service_error_id,
  :stack_id,
  :instance_id,
  :type,
  :message,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The error type.

Returns:

  • (String)


4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4637

class ServiceError < Struct.new(
  :service_error_id,
  :stack_id,
  :instance_id,
  :type,
  :message,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end