Class: Aws::IVS::Errors::AccessDeniedException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccessDeniedException

Returns a new instance of AccessDeniedException.

Parameters:



52
53
54
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 52

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#exception_messageString

Returns:

  • (String)


57
58
59
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 57

def exception_message
  @data[:exception_message]
end