SharedCredentialError

public enum SharedCredentialError : Error, Equatable

Errors occurring when initializing a SharedCredential

  • missingProfile: If the profile requested was not found
  • missingAccessKeyId: If the access key ID was not found
  • missingSecretAccessKey: If the secret access key was not found