Class: Aws::LambdaPreview::Types::InvalidParameterValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaPreview::Types::InvalidParameterValueException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdapreview/types.rb
Overview
One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the ‘UploadFunction` or the `UpdateFunctionConfiguration` API, that AWS Lambda is unable to assume you will get this exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
303 304 305 306 307 308 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 303 class InvalidParameterValueException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
303 304 305 306 307 308 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 303 class InvalidParameterValueException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |