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)


3907
3908
3909
# File 'sig/types.rbs', line 3907

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


3908
3909
3910
# File 'sig/types.rbs', line 3908

def error_message
  @error_message
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


3906
3907
3908
# File 'sig/types.rbs', line 3906

def resource_arn
  @resource_arn
end