Class: Aws::CleanRooms::Types::ProtectedQueryError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedQueryError
- 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
-
#code ⇒ String
An error code for the error.
-
#message ⇒ String
A description of why the query failed.
Instance Attribute Details
#code ⇒ String
An error code for the error.
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 |
#message ⇒ String
A description of why the query failed.
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 |