Class: Aws::CleanRooms::Types::AnalysisLogExportError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

The analysis log export error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code for the analysis log export.

Returns:

  • (String)


372
373
374
375
376
377
# File 'lib/aws-sdk-cleanrooms/types.rb', line 372

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

#messageString

The message for the analysis log export error.

Returns:

  • (String)


372
373
374
375
376
377
# File 'lib/aws-sdk-cleanrooms/types.rb', line 372

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