Class: Aws::MediaLive::Types::ForbiddenExceptionResponseContent

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

Overview

User does not have sufficient access to perform this action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Exception error message.

Returns:

  • (String)


14885
14886
14887
14888
14889
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14885

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