class Aws::Plugins::ParamValidator::Handler
Public Instance Methods
Source
# File lib/aws-sdk-core/plugins/param_validator.rb, line 24 def call(context) Aws::ParamValidator.validate!(context.operation.input, context.params) @handler.call(context) end