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
-
Undocumented
Declaration
Swift
case missingProfile(String)
-
Undocumented
Declaration
Swift
case missingAccessKeyId
-
Undocumented
Declaration
Swift
case missingSecretAccessKey