Class: Aws::MediaPackageVod::Types::UnprocessableEntityException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1645
1646
1647
1648
1649
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1645

class UnprocessableEntityException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end