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)


730
731
732
733
734
735
736
737
# File 'lib/aws-sdk-cleanrooms/types.rb', line 730

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

#messageString

A description of why the call failed.

Returns:

  • (String)


730
731
732
733
734
735
736
737
# File 'lib/aws-sdk-cleanrooms/types.rb', line 730

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

#nameString

An error name for the error.

Returns:

  • (String)


730
731
732
733
734
735
736
737
# File 'lib/aws-sdk-cleanrooms/types.rb', line 730

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

#typeString

The analysis rule type.

Returns:

  • (String)


730
731
732
733
734
735
736
737
# File 'lib/aws-sdk-cleanrooms/types.rb', line 730

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