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.
1020 1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-lambda/types.rb', line 1020 class CodeArtifactUserPendingException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
1020 1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-lambda/types.rb', line 1020 class CodeArtifactUserPendingException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |