Class: Aws::CleanRooms::Types::AnalysisLogExportError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::AnalysisLogExportError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
The analysis log export error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code for the analysis log export.
-
#message ⇒ String
The message for the analysis log export error.
Instance Attribute Details
#code ⇒ String
The error code for the analysis log export.
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 |
#message ⇒ String
The message for the analysis log export error.
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 |