NAME
Paws::IoTSiteWise::CreateAssetModelResponse
ATTRIBUTES
REQUIRED AssetModelArn => Str
The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the asset model, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}
REQUIRED AssetModelId => Str
The ID of the asset model. You can use this ID when you call other AWS IoT SiteWise APIs.
REQUIRED AssetModelStatus => Paws::IoTSiteWise::AssetModelStatus
The status of the asset model, which contains a state (CREATING
after successfully calling this operation) and any error message.