Class: Aws::Types::FailedBatchAssociationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


4046
4047
4048
# File 'sig/types.rbs', line 4046

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


4047
4048
4049
# File 'sig/types.rbs', line 4047

def error_message
  @error_message
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


4045
4046
4047
# File 'sig/types.rbs', line 4045

def resource_arn
  @resource_arn
end