

# AlarmModelVersionSummary
<a name="API_AlarmModelVersionSummary"></a>

Contains a summary of an alarm model version.

## Contents
<a name="API_AlarmModelVersionSummary_Contents"></a>

 ** alarmModelArn **   <a name="iotevents-Type-AlarmModelVersionSummary-alarmModelArn"></a>
The ARN of the alarm model. For more information, see [Amazon Resource Names (ARNs)](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) in the * AWS General Reference*.  
Type: String  
Required: No

 ** alarmModelName **   <a name="iotevents-Type-AlarmModelVersionSummary-alarmModelName"></a>
The name of the alarm model.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `^[a-zA-Z0-9_-]+$`   
Required: No

 ** alarmModelVersion **   <a name="iotevents-Type-AlarmModelVersionSummary-alarmModelVersion"></a>
The version of the alarm model.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Required: No

 ** creationTime **   <a name="iotevents-Type-AlarmModelVersionSummary-creationTime"></a>
The time the alarm model was created, in the Unix epoch format.  
Type: Timestamp  
Required: No

 ** lastUpdateTime **   <a name="iotevents-Type-AlarmModelVersionSummary-lastUpdateTime"></a>
The time the alarm model was last updated, in the Unix epoch format.  
Type: Timestamp  
Required: No

 ** roleArn **   <a name="iotevents-Type-AlarmModelVersionSummary-roleArn"></a>
The ARN of the IAM role that allows the alarm to perform actions and access AWS resources. For more information, see [Amazon Resource Names (ARNs)](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) in the * AWS General Reference*.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Required: No

 ** status **   <a name="iotevents-Type-AlarmModelVersionSummary-status"></a>
The status of the alarm model. The status can be one of the following values:  
+  `ACTIVE` - The alarm model is active and it's ready to evaluate data.
+  `ACTIVATING` - AWS IoT Events is activating your alarm model. Activating an alarm model can take up to a few minutes.
+  `INACTIVE` - The alarm model is inactive, so it isn't ready to evaluate data. Check your alarm model information and update the alarm model.
+  `FAILED` - You couldn't create or update the alarm model. Check your alarm model information and try again.
Type: String  
Valid Values: `ACTIVE | ACTIVATING | INACTIVE | FAILED`   
Required: No

 ** statusMessage **   <a name="iotevents-Type-AlarmModelVersionSummary-statusMessage"></a>
 Contains information about the status of the alarm model version.   
Type: String  
Required: No

## See Also
<a name="API_AlarmModelVersionSummary_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/iotevents-2018-07-27/AlarmModelVersionSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/iotevents-2018-07-27/AlarmModelVersionSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/iotevents-2018-07-27/AlarmModelVersionSummary) 