InvalidCredentialsException constructor

const InvalidCredentialsException([
  1. String? message
])

Exception thrown when AWS credentials are either unavailable or invalid.

Implementation

const InvalidCredentialsException([this.message]);