Class: Aws::S3Control::Types::AsyncResponseDetails

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

Overview

A container for the response details that are returned when querying about an asynchronous request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailsTypes::AsyncErrorDetails

Error details for an asynchronous request.



417
418
419
420
421
422
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 417

class AsyncResponseDetails < Struct.new(
  :multi_region_access_point_details,
  :error_details)
  SENSITIVE = []
  include Aws::Structure
end

#multi_region_access_point_detailsTypes::MultiRegionAccessPointsAsyncResponse

The details for the Multi-Region Access Point.



417
418
419
420
421
422
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 417

class AsyncResponseDetails < Struct.new(
  :multi_region_access_point_details,
  :error_details)
  SENSITIVE = []
  include Aws::Structure
end