Class: Aws::S3Control::Types::AsyncErrorDetails

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

Overview

Error details for the failed asynchronous operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

A string that uniquely identifies the error condition.

Returns:

  • (String)


316
317
318
319
320
321
322
323
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 316

class AsyncErrorDetails < Struct.new(
  :code,
  :message,
  :resource,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A generic description of the error condition in English.

Returns:

  • (String)


316
317
318
319
320
321
322
323
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 316

class AsyncErrorDetails < Struct.new(
  :code,
  :message,
  :resource,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The ID of the request associated with the error.

Returns:

  • (String)


316
317
318
319
320
321
322
323
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 316

class AsyncErrorDetails < Struct.new(
  :code,
  :message,
  :resource,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#resourceString

The identifier of the resource associated with the error.

Returns:

  • (String)


316
317
318
319
320
321
322
323
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 316

class AsyncErrorDetails < Struct.new(
  :code,
  :message,
  :resource,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end