Class: Aws::Types::Problem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def 
  @account_id
end

#affected_resource::String

Returns the value of attribute affected_resource.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def affected_resource
  @affected_resource
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


451
452
453
# File 'sig/types.rbs', line 451

def end_time
  @end_time
end

#feedback::Hash[("INSIGHTS_FEEDBACK"), ("NOT_SPECIFIED" | "USEFUL" | "NOT_USEFUL")]

Returns the value of attribute feedback.

Returns:

  • (::Hash[("INSIGHTS_FEEDBACK"), ("NOT_SPECIFIED" | "USEFUL" | "NOT_USEFUL")])


455
456
457
# File 'sig/types.rbs', line 455

def feedback
  @feedback
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def id
  @id
end

#insights::String

Returns the value of attribute insights.

Returns:

  • (::String)


447
448
449
# File 'sig/types.rbs', line 447

def insights
  @insights
end

#last_recurrence_time::Time

Returns the value of attribute last_recurrence_time.

Returns:

  • (::Time)


457
458
459
# File 'sig/types.rbs', line 457

def last_recurrence_time
  @last_recurrence_time
end

#recurring_count::Integer

Returns the value of attribute recurring_count.

Returns:

  • (::Integer)


456
457
458
# File 'sig/types.rbs', line 456

def recurring_count
  @recurring_count
end

#resolution_method"MANUAL", ...

Returns the value of attribute resolution_method.

Returns:

  • ("MANUAL", "AUTOMATIC", "UNRESOLVED")


459
460
461
# File 'sig/types.rbs', line 459

def resolution_method
  @resolution_method
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def resource_group_name
  @resource_group_name
end

#severity_level"Informative", ...

Returns the value of attribute severity_level.

Returns:

  • ("Informative", "Low", "Medium", "High")


452
453
454
# File 'sig/types.rbs', line 452

def severity_level
  @severity_level
end

#short_name::String

Returns the value of attribute short_name.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def short_name
  @short_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


450
451
452
# File 'sig/types.rbs', line 450

def start_time
  @start_time
end

#status"IGNORE", ...

Returns the value of attribute status.

Returns:

  • ("IGNORE", "RESOLVED", "PENDING", "RECURRING", "RECOVERING")


448
449
450
# File 'sig/types.rbs', line 448

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def title
  @title
end

#visibility"IGNORED", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("IGNORED", "VISIBLE")


458
459
460
# File 'sig/types.rbs', line 458

def visibility
  @visibility
end