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)


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

#messageString

The message for the protected job error.

Returns:

  • (String)


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