Class: Aws::CleanRooms::Types::BatchGetSchemaAnalysisRuleError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::BatchGetSchemaAnalysisRuleError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
An error that describes why a schema could not be fetched.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
An error code for the error.
-
#message ⇒ String
A description of why the call failed.
-
#name ⇒ String
An error name for the error.
-
#type ⇒ String
The analysis rule type.
Instance Attribute Details
#code ⇒ String
An error code for the error.
701 702 703 704 705 706 707 708 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 701 class BatchGetSchemaAnalysisRuleError < Struct.new( :name, :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A description of why the call failed.
701 702 703 704 705 706 707 708 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 701 class BatchGetSchemaAnalysisRuleError < Struct.new( :name, :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
An error name for the error.
701 702 703 704 705 706 707 708 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 701 class BatchGetSchemaAnalysisRuleError < Struct.new( :name, :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The analysis rule type.
701 702 703 704 705 706 707 708 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 701 class BatchGetSchemaAnalysisRuleError < Struct.new( :name, :type, :code, :message) SENSITIVE = [] include Aws::Structure end |