IamRoleNotFoundFault constructor

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

Implementation

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