EC2AccessDeniedException constructor

EC2AccessDeniedException({
  1. String? type,
  2. String? message,
})

Implementation

EC2AccessDeniedException({String? type, String? message})
    : super(type: type, code: 'EC2AccessDeniedException', message: message);