Class: Aws::QBusiness::Errors::MediaTooLargeException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of MediaTooLargeException.

Parameters:



137
138
139
# File 'lib/aws-sdk-qbusiness/errors.rb', line 137

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

Instance Method Details

#messageString

Returns:

  • (String)


142
143
144
# File 'lib/aws-sdk-qbusiness/errors.rb', line 142

def message
  @message || @data[:message]
end