Class: Aws::Lambda::Types::CodeArtifactUserFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::CodeArtifactUserFailedException
- 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
-
#message ⇒ String
The exception message.
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
The exception message.
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 |
#type ⇒ String
The exception type.
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 |