Class: Aws::Types::BatchGetAssetPropertyValueErrorEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entry_id::String

Returns the value of attribute entry_id.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def entry_id
  @entry_id
end

#error_code"ResourceNotFoundException", ...

Returns the value of attribute error_code.



517
518
519
# File 'sig/types.rbs', line 517

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def error_message
  @error_message
end