Class: Aws::CleanRooms::Types::ProtectedJobError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

The protected job error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code for the protected job.

Returns:

  • (String)


8019
8020
8021
8022
8023
8024
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8019

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

#messageString

The message for the protected job error.

Returns:

  • (String)


8019
8020
8021
8022
8023
8024
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8019

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