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.

Returns:

  • (String)


1048
1049
1050
1051
1052
1053
1054
1055
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1048

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

#messageString

A description of why the call failed.

Returns:

  • (String)


1048
1049
1050
1051
1052
1053
1054
1055
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1048

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

#nameString

An error name for the error.

Returns:

  • (String)


1048
1049
1050
1051
1052
1053
1054
1055
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1048

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

#typeString

The analysis rule type.

Returns:

  • (String)


1048
1049
1050
1051
1052
1053
1054
1055
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1048

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