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 AWS OpsWorks Stacks service error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString

When the error occurred.

Returns:

  • (String)


4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4617

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)


4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4617

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)


4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4617

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)


4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4617

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)


4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4617

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)


4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4617

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