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)


428
429
430
# File 'sig/types.rbs', line 428

def arn
  @arn
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def message
  @message
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def type
  @type
end