Skip to main content

get-aws-member-account

dci get-aws-member-account managementAccountId memberAccountId

Returns a single member AWS account including 30-day aggregates and the trailing-window stats that drive the member-account Overview view:

  • monthlyStats — last 6 calendar months per SP type.
  • dailyCoverage — last 30 days of commitment coverage breakdown.
  • savingsTotals — year-to-date and lifetime savings per SP type, clamped to the parent organization's onboarding start.
  • monthlyPotentialSavings — estimated monthly additional savings per SP type, attributed from the parent organization's projection.

Output

Member account detail.

By default dci renders the result as a table. Use --output json to get the full structure described below — see Output formats.

FieldTypeDescription
monthlyStatsobjectTrailing 6 calendar months of stats, grouped by SP type.
monthlyStats.computearray of object
monthlyStats.compute[].monthstring
monthlyStats.compute[].esrnumber (double)Effective Savings Rate for the month (0–1).
monthlyStats.compute[].onDemandCostobjectEligible on-demand cost for the month.
monthlyStats.compute[].onDemandCost.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
monthlyStats.compute[].onDemandCost.currencystringISO 4217 currency code.
monthlyStats.compute[].costWithSavingsobjectActual cost after commitments for the month.
monthlyStats.compute[].costWithSavings.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
monthlyStats.compute[].costWithSavings.currencystringISO 4217 currency code.
monthlyStats.databasearray of object
monthlyStats.database[].monthstring
monthlyStats.database[].esrnumber (double)Effective Savings Rate for the month (0–1).
monthlyStats.database[].onDemandCostobjectEligible on-demand cost for the month.
monthlyStats.database[].onDemandCost.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
monthlyStats.database[].onDemandCost.currencystringISO 4217 currency code.
monthlyStats.database[].costWithSavingsobjectActual cost after commitments for the month.
monthlyStats.database[].costWithSavings.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
monthlyStats.database[].costWithSavings.currencystringISO 4217 currency code.
dailyCoverageobjectTrailing 30 days of commitment coverage, grouped by SP type.
dailyCoverage.computearray of object
dailyCoverage.compute[].datestring (date)
dailyCoverage.compute[].onDemandCostobject
dailyCoverage.compute[].onDemandCost.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
dailyCoverage.compute[].onDemandCost.currencystringISO 4217 currency code.
dailyCoverage.compute[].savingsPlanCostobject
dailyCoverage.compute[].savingsPlanCost.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
dailyCoverage.compute[].savingsPlanCost.currencystringISO 4217 currency code.
dailyCoverage.compute[].reservedInstCostobject
dailyCoverage.compute[].reservedInstCost.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
dailyCoverage.compute[].reservedInstCost.currencystringISO 4217 currency code.
dailyCoverage.compute[].flexsaveCostobject
dailyCoverage.compute[].flexsaveCost.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
dailyCoverage.compute[].flexsaveCost.currencystringISO 4217 currency code.
dailyCoverage.compute[].spotCostobject
dailyCoverage.compute[].spotCost.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
dailyCoverage.compute[].spotCost.currencystringISO 4217 currency code.
dailyCoverage.databasearray of object
dailyCoverage.database[].datestring (date)
dailyCoverage.database[].onDemandCostobject
dailyCoverage.database[].onDemandCost.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
dailyCoverage.database[].onDemandCost.currencystringISO 4217 currency code.
dailyCoverage.database[].savingsPlanCostobject
dailyCoverage.database[].savingsPlanCost.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
dailyCoverage.database[].savingsPlanCost.currencystringISO 4217 currency code.
dailyCoverage.database[].reservedInstCostobject
dailyCoverage.database[].reservedInstCost.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
dailyCoverage.database[].reservedInstCost.currencystringISO 4217 currency code.
dailyCoverage.database[].flexsaveCostobject
dailyCoverage.database[].flexsaveCost.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
dailyCoverage.database[].flexsaveCost.currencystringISO 4217 currency code.
dailyCoverage.database[].spotCostobject
dailyCoverage.database[].spotCost.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
dailyCoverage.database[].spotCost.currencystringISO 4217 currency code.
savingsTotalsobjectYear-to-date and lifetime savings, grouped by SP type. Lifetime is bounded by the parent organization's PS4C onboarding start.
savingsTotals.computeobjectRunning savings figures derived server-side from the full monthly stats history (onDemandCost - costWithSavings per month, optionally bounded by onboarding start date and start of year).
savingsTotals.compute.ytdobjectYear-to-date realized savings.
savingsTotals.compute.ytd.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
savingsTotals.compute.ytd.currencystringISO 4217 currency code.
savingsTotals.compute.lifetimeobjectLifetime realized savings since onboarding.
savingsTotals.compute.lifetime.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
savingsTotals.compute.lifetime.currencystringISO 4217 currency code.
savingsTotals.databaseobjectRunning savings figures derived server-side from the full monthly stats history (onDemandCost - costWithSavings per month, optionally bounded by onboarding start date and start of year).
savingsTotals.database.ytdobjectYear-to-date realized savings.
savingsTotals.database.ytd.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
savingsTotals.database.ytd.currencystringISO 4217 currency code.
savingsTotals.database.lifetimeobjectLifetime realized savings since onboarding.
savingsTotals.database.lifetime.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
savingsTotals.database.lifetime.currencystringISO 4217 currency code.
memberAccountIdstring12-digit AWS member account ID.
managementAccountIdstring12-digit AWS management (payer) account ID of the parent AWS Organization.
displayNamestringHuman-readable account alias, if available.
stats30dobjectTrailing 30-day aggregate metrics per SP type.
stats30d.computeobjectMinimal 30-day aggregate. Only esr and savings are persisted at this granularity. Responses are denominated in USD. Used by both AWS organization/member-account and GCP billing-account list items.
stats30d.compute.esrnumber (double)Effective Savings Rate over the last 30 days (0–1).
stats30d.compute.savingsobjectRealized savings amount over the last 30 days.
stats30d.compute.savings.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
stats30d.compute.savings.currencystringISO 4217 currency code.
stats30d.databaseobjectMinimal 30-day aggregate. Only esr and savings are persisted at this granularity. Responses are denominated in USD. Used by both AWS organization/member-account and GCP billing-account list items.
stats30d.database.esrnumber (double)Effective Savings Rate over the last 30 days (0–1).
stats30d.database.savingsobjectRealized savings amount over the last 30 days.
stats30d.database.savings.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
stats30d.database.savings.currencystringISO 4217 currency code.
monthlyPotentialSavingsobjectEstimated monthly additional savings per SP type for this member account, attributed from the parent organization's projection by share of trailing-60-day SP-eligible on-demand cost.
monthlyPotentialSavings.computeobject
monthlyPotentialSavings.compute.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
monthlyPotentialSavings.compute.currencystringISO 4217 currency code.
monthlyPotentialSavings.databaseobject
monthlyPotentialSavings.database.amountstringDecimal monetary amount at ISO 4217 minor-unit precision (string).
monthlyPotentialSavings.database.currencystringISO 4217 currency code.
Raw JSON schema
{
"description": "Single member AWS account detail. Adds the trailing-window stats that drive\nthe per-member-account view on the DoiT Console overview screen on top of the\nlist-item shape:\n- `monthlyStats` — last 6 calendar months per SP type\n- `dailyCoverage` — last 30 days per SP type\n- `savingsTotals` — YTD and lifetime savings per SP type, bounded by the parent\n organization's PS4C onboarding start\n\n`monthlyPotentialSavings` (estimated monthly additional savings per SP type) is inherited\nfrom the list-item shape (`AwsMemberAccount`).\n",
"allOf": [
{
"type": "object",
"required": [
"memberAccountId",
"managementAccountId"
],
"properties": {
"memberAccountId": {
"type": "string",
"description": "12-digit AWS member account ID."
},
"managementAccountId": {
"type": "string",
"description": "12-digit AWS management (payer) account ID of the parent AWS Organization."
},
"displayName": {
"type": "string",
"description": "Human-readable account alias, if available.",
"nullable": true,
"example": "prod-web"
},
"stats30d": {
"type": "object",
"description": "Trailing 30-day aggregate metrics per SP type.",
"properties": {
"compute": {
"type": "object",
"description": "Minimal 30-day aggregate. Only `esr` and `savings` are persisted at this granularity.\nResponses are denominated in USD. Used by both AWS organization/member-account and GCP\nbilling-account list items.\n",
"properties": {
"esr": {
"type": "number",
"format": "double",
"description": "Effective Savings Rate over the last 30 days (0–1).",
"nullable": true,
"example": 0.187
},
"savings": {
"allOf": [
{
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
}
],
"description": "Realized savings amount over the last 30 days."
}
}
},
"database": {
"type": "object",
"description": "Minimal 30-day aggregate. Only `esr` and `savings` are persisted at this granularity.\nResponses are denominated in USD. Used by both AWS organization/member-account and GCP\nbilling-account list items.\n",
"properties": {
"esr": {
"type": "number",
"format": "double",
"description": "Effective Savings Rate over the last 30 days (0–1).",
"nullable": true,
"example": 0.187
},
"savings": {
"allOf": [
{
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
}
],
"description": "Realized savings amount over the last 30 days."
}
}
}
}
},
"monthlyPotentialSavings": {
"allOf": [
{
"type": "object",
"description": "Estimated monthly additional savings per SP type, taken from the latest PS4C purchase\nprojection. Unlike `savingsTotals` (realized YTD/lifetime savings), this is a forward-looking\nestimate of the monthly savings achievable if the recommended commitments were purchased. For\nmember accounts, the organization figure is attributed by each member account's share of\ntrailing-60-day SP-eligible on-demand cost. A per-SP-type value of `0.00` means the latest\nprojection is missing, expired, or empty. The field is omitted entirely only for accounts that\nhave never had potential savings computed.\n",
"properties": {
"compute": {
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
},
"database": {
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
}
}
}
],
"description": "Estimated monthly additional savings per SP type for this member account, attributed from\nthe parent organization's projection by share of trailing-60-day SP-eligible on-demand cost.\n"
}
}
},
{
"type": "object",
"properties": {
"monthlyStats": {
"type": "object",
"description": "Trailing 6 calendar months of stats, grouped by SP type.",
"properties": {
"compute": {
"type": "array",
"items": {
"type": "object",
"required": [
"month",
"esr",
"onDemandCost",
"costWithSavings"
],
"description": "One calendar-month aggregate for the organization. Money fields are wrapped\nobjects (`{amount, currency}`).\n",
"properties": {
"month": {
"type": "string",
"pattern": "^\\d{4}-(0[1-9]|1[0-2])$",
"example": "2025-06"
},
"esr": {
"type": "number",
"format": "double",
"description": "Effective Savings Rate for the month (0–1)."
},
"onDemandCost": {
"allOf": [
{
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
}
],
"description": "Eligible on-demand cost for the month."
},
"costWithSavings": {
"allOf": [
{
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
}
],
"description": "Actual cost after commitments for the month."
}
}
}
},
"database": {
"type": "array",
"items": {
"type": "object",
"required": [
"month",
"esr",
"onDemandCost",
"costWithSavings"
],
"description": "One calendar-month aggregate for the organization. Money fields are wrapped\nobjects (`{amount, currency}`).\n",
"properties": {
"month": {
"type": "string",
"pattern": "^\\d{4}-(0[1-9]|1[0-2])$",
"example": "2025-06"
},
"esr": {
"type": "number",
"format": "double",
"description": "Effective Savings Rate for the month (0–1)."
},
"onDemandCost": {
"allOf": [
{
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
}
],
"description": "Eligible on-demand cost for the month."
},
"costWithSavings": {
"allOf": [
{
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
}
],
"description": "Actual cost after commitments for the month."
}
}
}
}
}
},
"dailyCoverage": {
"type": "object",
"description": "Trailing 30 days of commitment coverage, grouped by SP type.",
"properties": {
"compute": {
"type": "array",
"items": {
"type": "object",
"required": [
"date"
],
"description": "One day of commitment-coverage breakdown. Money fields are wrapped objects\n(`{amount, currency}`).\n",
"properties": {
"date": {
"type": "string",
"format": "date"
},
"onDemandCost": {
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
},
"savingsPlanCost": {
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
},
"reservedInstCost": {
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
},
"flexsaveCost": {
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
},
"spotCost": {
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
}
}
}
},
"database": {
"type": "array",
"items": {
"type": "object",
"required": [
"date"
],
"description": "One day of commitment-coverage breakdown. Money fields are wrapped objects\n(`{amount, currency}`).\n",
"properties": {
"date": {
"type": "string",
"format": "date"
},
"onDemandCost": {
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
},
"savingsPlanCost": {
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
},
"reservedInstCost": {
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
},
"flexsaveCost": {
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
},
"spotCost": {
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
}
}
}
}
}
},
"savingsTotals": {
"type": "object",
"description": "Year-to-date and lifetime savings, grouped by SP type. Lifetime is bounded\nby the parent organization's PS4C onboarding start.\n",
"properties": {
"compute": {
"type": "object",
"required": [
"ytd",
"lifetime"
],
"description": "Running savings figures derived server-side from the full monthly stats history\n(`onDemandCost - costWithSavings` per month, optionally bounded by onboarding\nstart date and start of year).\n",
"properties": {
"ytd": {
"allOf": [
{
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
}
],
"description": "Year-to-date realized savings."
},
"lifetime": {
"allOf": [
{
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
}
],
"description": "Lifetime realized savings since onboarding."
}
}
},
"database": {
"type": "object",
"required": [
"ytd",
"lifetime"
],
"description": "Running savings figures derived server-side from the full monthly stats history\n(`onDemandCost - costWithSavings` per month, optionally bounded by onboarding\nstart date and start of year).\n",
"properties": {
"ytd": {
"allOf": [
{
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
}
],
"description": "Year-to-date realized savings."
},
"lifetime": {
"allOf": [
{
"type": "object",
"required": [
"amount",
"currency"
],
"properties": {
"amount": {
"type": "string",
"pattern": "^-?(0|[1-9]\\d*)(\\.\\d+)?$",
"description": "Decimal monetary amount at ISO 4217 minor-unit precision (string)."
},
"currency": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"description": "ISO 4217 currency code.",
"example": "USD"
}
}
}
],
"description": "Lifetime realized savings since onboarding."
}
}
}
}
}
}
}
]
}

Errors

On failure, dci prints a single error message — with a hint when one is available — and exits with a typed code your scripts can branch on. See Errors and exit codes for the full contract.

HTTP statusExit codeError codeMeaning
40030VALIDATION_ERRORThe arguments or request body were rejected. Review the command's flags and payload.
40110AUTHENTICATION_FAILEDNot signed in, or the API token is invalid. Run dci login or check DCI_API_KEY.
40311PERMISSION_DENIEDThe DoiT user or the active customer context does not have access.
40420RESOURCE_NOT_FOUNDThe requested resource does not exist. Check the identifier argument.
500, 50340API_SERVER_ERRORThe API failed to process the request. Retryable; contact DoiT support if it persists.

Aliases: getawsmemberaccount