Class: Aws::CleanRooms::Types::ProtectedQueryError

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

Overview

Details of errors thrown by the protected query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

An error code for the error.

Returns:

  • (String)


4762
4763
4764
4765
4766
4767
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4762

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

#messageString

A description of why the query failed.

Returns:

  • (String)


4762
4763
4764
4765
4766
4767
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4762

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