InvalidCredentialsException.couldNotLoad constructor

const InvalidCredentialsException.couldNotLoad([
  1. String? message
])

Exception thrown when AWS credentials could not be loaded by an AWSCredentialsProvider.

Implementation

const InvalidCredentialsException.couldNotLoad([String? message])
    : this(message ?? 'Could not load credentials');