Class: Aws::Types::BatchAlarmActionErrorEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code ⇒ "ResourceNotFoundException", ...

Returns the value of attribute error_code.



65
66
67
# File 'sig/types.rbs', line 65

def error_code
  @error_code
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def error_message
  @error_message
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def request_id
  @request_id
end