Class: Aws::Plugins::SignatureV4::MissingCredentialsSigner Private

Inherits:
Object
  • Object
show all
Defined in:
lib/aws-sdk-core/plugins/signature_v4.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#sign_request(*args) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



69
70
71
# File 'lib/aws-sdk-core/plugins/signature_v4.rb', line 69

def sign_request(*args)
  raise Errors::MissingCredentialsError
end