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)


15937
15938
15939
15940
15941
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15937

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