Class: Aws::CleanRooms::Types::ProtectedJobError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedJobError
- Includes:
- Structure
- Defined in:
- 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.
9390 9391 9392 9393 9394 9395 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9390 class ProtectedJobError < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message for the protected job error.
9390 9391 9392 9393 9394 9395 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9390 class ProtectedJobError < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |