Class: Aws::CleanRooms::Types::ProtectedJobError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedJobError
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
The protected job error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code for the protected job.
-
#message ⇒ String
The message for the protected job error.
Instance Attribute Details
#code ⇒ String
The error code for the protected job.
7538 7539 7540 7541 7542 7543 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7538 class ProtectedJobError < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message for the protected job error.
7538 7539 7540 7541 7542 7543 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7538 class ProtectedJobError < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |