Class: Aws::Types::BatchGetAssetPropertyAggregatesErrorEntry

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)


470
471
472
# File 'sig/types.rbs', line 470

def entry_id
  @entry_id
end

#error_code"ResourceNotFoundException", ...

Returns the value of attribute error_code.



468
469
470
# File 'sig/types.rbs', line 468

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def error_message
  @error_message
end