Class: Aws::Lambda::Types::CodeArtifactUserFailedException

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

Overview

The Lambda function couldn't be invoked because provisioning of its code artifact user failed. Update the function's code package or check the Lambda function's State and StateReasonCode for additional context.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


950
951
952
953
954
955
# File 'lib/aws-sdk-lambda/types.rb', line 950

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

#typeString

The exception type.

Returns:

  • (String)


950
951
952
953
954
955
# File 'lib/aws-sdk-lambda/types.rb', line 950

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