class Aws::Errors::MissingEndpointHostLabelValue
Raised when hostLabel member is not provided at operation input when endpoint trait is available with ‘hostPrefix’ requirement
Public Class Methods
Source
# File lib/aws-sdk-core/errors.rb, line 86 def initialize(name) msg = "Missing required parameter #{name} to construct"\ ' endpoint host prefix. You can disable host prefix by'\ ' setting :disable_host_prefix_injection to `true`.' super(msg) end
Calls superclass method