Class: Aws::Lambda::Types::CodeArtifactUserPendingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::CodeArtifactUserPendingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
The Lambda function couldn’t be invoked because its code artifact user is still being provisioned. Wait for the function’s ‘State` to become `Active` and try the request again.
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.
971 972 973 974 975 976 |
# File 'lib/aws-sdk-lambda/types.rb', line 971 class CodeArtifactUserPendingException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
971 972 973 974 975 976 |
# File 'lib/aws-sdk-lambda/types.rb', line 971 class CodeArtifactUserPendingException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |