class Aws::IdentityStore::Types::ResourceNotFoundException

Indicates that a requested resource is not found.

@!attribute [rw] resource_type

The type of resource in the Identity Store service, which is an enum
object. Valid values include USER, GROUP, and IDENTITY\_STORE.
@return [String]

@!attribute [rw] resource_id

The identifier for a resource in the identity store, which can be
used as `UserId` or `GroupId`. The format for `ResourceId` is either
`UUID` or `1234567890-UUID`, where `UUID` is a randomly generated
value for each resource when it is created and `1234567890`
represents the `IdentityStoreId` string value. In the case that the
identity store is migrated from a legacy SSO identity store, the
`ResourceId` for that identity store will be in the format of
`UUID`. Otherwise, it will be in the `1234567890-UUID` format.
@return [String]

@!attribute [rw] message

@return [String]

@!attribute [rw] request_id

The identifier for each request. This value is a globally unique ID
that is generated by the Identity Store service for each sent
request, and is then returned inside the exception if the request
fails.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/ResourceNotFoundException AWS API Documentation

Constants

SENSITIVE