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)


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

#messageString

A description of why the call failed.

Returns:

  • (String)


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

#nameString

An error name for the error.

Returns:

  • (String)


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

#typeString

The analysis rule type.

Returns:

  • (String)


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