Class: Aws::MediaLive::Types::NotFoundExceptionResponseContent

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

Overview

Request references a resource which does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Exception error message.

Returns:

  • (String)


16636
16637
16638
16639
16640
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16636

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