Class: Aws::Plugins::SignatureV4::MissingCredentialsSigner Private
- Inherits:
- 
      Object
      
        - Object
- Aws::Plugins::SignatureV4::MissingCredentialsSigner
 
- 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
- #sign_request(*args) ⇒ Object private
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.
| 70 71 72 | # File 'lib/aws-sdk-core/plugins/signature_v4.rb', line 70 def sign_request(*args) raise Errors::MissingCredentialsError end |