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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


15159
15160
15161
15162
15163
# File 'lib/aws-sdk-medialive/types.rb', line 15159

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