Class: Aws::Types::FailedToUpdateAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


5669
5670
5671
# File 'sig/types.rbs', line 5669

def arn
  @arn
end

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


5671
5672
5673
# File 'sig/types.rbs', line 5671

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


5670
5671
5672
# File 'sig/types.rbs', line 5670

def error_message
  @error_message
end