tests/testthat/test_account.R

svc <- paws::account()

test_that("list_regions", {
  expect_error(svc$list_regions(), NA)
})

test_that("list_regions", {
  expect_error(svc$list_regions(MaxResults = 20), NA)
})

Try the paws.security.identity package in your browser

Any scripts or data that you put into this service are public.

paws.security.identity documentation built on April 3, 2025, 10:59 p.m.