Class: Aws::QBusiness::Types::MediaTooLargeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::MediaTooLargeException
- 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
#message ⇒ 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 |