Class: Aws::CleanRooms::Types::BatchGetSchemaAnalysisRuleError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

An error code for the error.



1036
1037
1038
1039
1040
1041
1042
1043
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1036

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

#messageString

A description of why the call failed.



1036
1037
1038
1039
1040
1041
1042
1043
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1036

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

#nameString

An error name for the error.



1036
1037
1038
1039
1040
1041
1042
1043
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1036

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

#typeString

The analysis rule type.



1036
1037
1038
1039
1040
1041
1042
1043
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1036

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