InvalidParameterValueException class
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.
- Implemented types
Constructors
- InvalidParameterValueException({String? type, String? message})
-
InvalidParameterValueException.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited