Class: Aws::Types::AssetBundleExportJobError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def arn
  @arn
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def message
  @message
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def type
  @type
end