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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6493
6494
6495
6496
6497
6498
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6493

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

#messageString

A description of why the query failed.

Returns:

  • (String)


6493
6494
6495
6496
6497
6498
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6493

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