Class: Aws::CleanRooms::Types::BatchGetSchemaError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

An error describing 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)


792
793
794
795
796
797
798
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 792

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

#messageString

An error message for the error.

Returns:

  • (String)


792
793
794
795
796
797
798
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 792

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

#nameString

An error name for the error.

Returns:

  • (String)


792
793
794
795
796
797
798
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 792

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