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)


703
704
705
706
707
708
709
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 703

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

#messageString

An error message for the error.

Returns:

  • (String)


703
704
705
706
707
708
709
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 703

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

#nameString

An error name for the error.

Returns:

  • (String)


703
704
705
706
707
708
709
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 703

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