Invitation Decline
In Amazon Macie, an invitation, also referred to as a membership invitation, is a request to become a member of an organization in Macie. An organization is a set of Macie accounts that are centrally managed as a group of related accounts. For more information, see Managing multiple accounts in the Amazon Macie User Guide.
You can use the Invitation Decline resource to access membership invitations that you've received and haven't responded to, and to decline one or more of those invitations. To decline an invitation, you have to specify the account ID for the AWS account that sent the invitation. To find this ID, you can use the Invitation List resource. After you decline an invitation, you can optionally delete it by using the Invitation Deletion resource.
URI
/invitations/decline
HTTP methods
POST
Operation ID: DeclineInvitations
Declines Amazon Macie membership invitations that were received from specific accounts.
Status code | Response model | Description |
---|---|---|
200 | DeclineInvitationsResponse | The request succeeded. Processing might not be complete. |
400 | ValidationException | The request failed because the input doesn't satisfy the constraints specified by the service. |
402 | ServiceQuotaExceededException | The request failed because fulfilling the request would exceed one or more service quotas for your account. |
403 | AccessDeniedException | The request was denied because you don't have sufficient access to the specified resource. |
404 | ResourceNotFoundException | The request failed because the specified resource wasn't found. |
409 | ConflictException | The request failed because it conflicts with the current state of the specified resource. |
429 | ThrottlingException | The request failed because you sent too many requests during a certain amount of time. |
500 | InternalServerException | The request failed due to an unknown internal server error, exception, or failure. |
Schemas
Request bodies
{ "accountIds": [ "string" ] }
Response bodies
{ "unprocessedAccounts": [ { "accountId": "string", "errorCode": enum, "errorMessage": "string" } ] }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
Properties
AccessDeniedException
Provides information about an error that occurred due to insufficient access to a specified resource.
Property | Type | Required | Description |
---|---|---|---|
message | string | False | The explanation of the error that occurred. |
ConflictException
Provides information about an error that occurred due to a versioning conflict for a specified resource.
Property | Type | Required | Description |
---|---|---|---|
message | string | False | The explanation of the error that occurred. |
DeclineInvitationsRequest
Specifies one or more accounts that sent Amazon Macie membership invitations to decline.
Property | Type | Required | Description |
---|---|---|---|
accountIds | Array of type string | True | An array that lists AWS account IDs, one for each account that sent an invitation to decline. |
DeclineInvitationsResponse
Provides information about unprocessed requests to decline Amazon Macie membership invitations that were received from specific accounts.
Property | Type | Required | Description |
---|---|---|---|
unprocessedAccounts | Array of type UnprocessedAccount | False | An array of objects, one for each account whose invitation hasn't been declined. Each object identifies the account and explains why the request hasn't been processed for that account. |
ErrorCode
The source of an issue or delay. Possible values are:
ClientError
InternalError
InternalServerException
Provides information about an error that occurred due to an unknown internal server error, exception, or failure.
Property | Type | Required | Description |
---|---|---|---|
message | string | False | The explanation of the error that occurred. |
ResourceNotFoundException
Provides information about an error that occurred because a specified resource wasn't found.
Property | Type | Required | Description |
---|---|---|---|
message | string | False | The explanation of the error that occurred. |
ServiceQuotaExceededException
Provides information about an error that occurred due to one or more service quotas for an account.
Property | Type | Required | Description |
---|---|---|---|
message | string | False | The explanation of the error that occurred. |
ThrottlingException
Provides information about an error that occurred because too many requests were sent during a certain amount of time.
Property | Type | Required | Description |
---|---|---|---|
message | string | False | The explanation of the error that occurred. |
UnprocessedAccount
Provides information about an account-related request that hasn't been processed.
Property | Type | Required | Description |
---|---|---|---|
accountId | string | False | The AWS account ID for the account that the request applies to. |
errorCode | False | The source of the issue or delay in processing the request. | |
errorMessage | string | False | The reason why the request hasn't been processed. |
ValidationException
Provides information about an error that occurred due to a syntax error in a request.
Property | Type | Required | Description |
---|---|---|---|
message | string | False | The explanation of the error that occurred. |
See also
For more information about using this API in one of the language-specific AWS SDKs and references, see the following: