Class: Aws::Types::AttributeError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_identifier::String

Returns the value of attribute attribute_identifier.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def attribute_identifier
  @attribute_identifier
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def message
  @message
end