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