Class: Aws::CleanRooms::Types::ProtectedQueryError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedQueryError
- 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
-
#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.
6521 6522 6523 6524 6525 6526 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6521 class ProtectedQueryError < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A description of why the query failed.
6521 6522 6523 6524 6525 6526 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6521 class ProtectedQueryError < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |