Class: Aws::Types::BatchPutAssetPropertyError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"ResourceNotFoundException", ...

Returns the value of attribute error_code.



610
611
612
# File 'sig/types.rbs', line 610

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def error_message
  @error_message
end

#timestamps::Array[Types::TimeInNanos]

Returns the value of attribute timestamps.

Returns:



612
613
614
# File 'sig/types.rbs', line 612

def timestamps
  @timestamps
end