Class: Aws::MediaLive::Types::NotFoundException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9721
9722
9723
9724
9725
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9721

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