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
5913 5914 5915 5916 5917 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5913 class MediaTooLargeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |