Class: Aws::MediaTailor::Types::Alert

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb

Overview

Alert configuration parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alert_codeString

The code for the alert. For example, NOT_PROCESSED.

Returns:

  • (String)


215
216
217
218
219
220
221
222
223
224
# File 'gems/aws-sdk-mediatailor/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_messageString

If an alert is generated for a resource, an explanation of the reason for the alert.

Returns:

  • (String)


215
216
217
218
219
220
221
222
223
224
# File 'gems/aws-sdk-mediatailor/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

#categoryString

The category that MediaTailor assigns to the alert.

Returns:

  • (String)


215
216
217
218
219
220
221
222
223
224
# File 'gems/aws-sdk-mediatailor/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_timeTime

The timestamp when the alert was last modified.

Returns:

  • (Time)


215
216
217
218
219
220
221
222
223
224
# File 'gems/aws-sdk-mediatailor/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

The Amazon Resource Names (ARNs) related to this alert.

Returns:

  • (Array<String>)


215
216
217
218
219
220
221
222
223
224
# File 'gems/aws-sdk-mediatailor/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_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


215
216
217
218
219
220
221
222
223
224
# File 'gems/aws-sdk-mediatailor/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