Class: Aws::QBusiness::Types::MediaTooLargeException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

The requested media object is too large to be returned.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5691
5692
5693
5694
5695
# File 'lib/aws-sdk-qbusiness/types.rb', line 5691

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