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)


3960
3961
3962
# File 'sig/types.rbs', line 3960

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


3961
3962
3963
# File 'sig/types.rbs', line 3961

def error_message
  @error_message
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


3959
3960
3961
# File 'sig/types.rbs', line 3959

def resource_arn
  @resource_arn
end