Class: Aws::Types::GetRecommendationError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def code
  @code
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def identifier
  @identifier
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def message
  @message
end