Class: Aws::Types::UnprocessedAutomationRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::Integer

Returns the value of attribute error_code.

Returns:

  • (::Integer)


7877
7878
7879
# File 'sig/types.rbs', line 7877

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


7878
7879
7880
# File 'sig/types.rbs', line 7878

def error_message
  @error_message
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


7876
7877
7878
# File 'sig/types.rbs', line 7876

def rule_arn
  @rule_arn
end