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)


999
1000
1001
1002
1003
1004
# File 'lib/aws-sdk-lambda/types.rb', line 999

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

#typeString

The exception type.

Returns:

  • (String)


999
1000
1001
1002
1003
1004
# File 'lib/aws-sdk-lambda/types.rb', line 999

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