Class: Aws::MediaTailor::Types::Alert
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::Alert
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
Alert configuration parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alert_code ⇒ String
The code for the alert.
-
#alert_message ⇒ String
If an alert is generated for a resource, an explanation of the reason for the alert.
-
#category ⇒ String
The category that MediaTailor assigns to the alert.
-
#last_modified_time ⇒ Time
The timestamp when the alert was last modified.
-
#related_resource_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) related to this alert.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
Instance Attribute Details
#alert_code ⇒ String
The code for the alert. For example, ‘NOT_PROCESSED`.
215 216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 215 class Alert < Struct.new( :alert_code, :alert_message, :category, :last_modified_time, :related_resource_arns, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#alert_message ⇒ String
If an alert is generated for a resource, an explanation of the reason for the alert.
215 216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 215 class Alert < Struct.new( :alert_code, :alert_message, :category, :last_modified_time, :related_resource_arns, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#category ⇒ String
The category that MediaTailor assigns to the alert.
215 216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 215 class Alert < Struct.new( :alert_code, :alert_message, :category, :last_modified_time, :related_resource_arns, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when the alert was last modified.
215 216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 215 class Alert < Struct.new( :alert_code, :alert_message, :category, :last_modified_time, :related_resource_arns, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#related_resource_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) related to this alert.
215 216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 215 class Alert < Struct.new( :alert_code, :alert_message, :category, :last_modified_time, :related_resource_arns, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
215 216 217 218 219 220 221 222 223 224 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 215 class Alert < Struct.new( :alert_code, :alert_message, :category, :last_modified_time, :related_resource_arns, :resource_arn) SENSITIVE = [] include Aws::Structure end |