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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

The error code for the protected job.

Returns:

  • (String)


7188
7189
7190
7191
7192
7193
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7188

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

#messageString

The message for the protected job error.

Returns:

  • (String)


7188
7189
7190
7191
7192
7193
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7188

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