Class: Aws::QApps::Types::ContentTooLargeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::ContentTooLargeException
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
The requested operation could not be completed because the content exceeds the maximum allowed size.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_id ⇒ String
The unique identifier of the resource.
-
#resource_type ⇒ String
The type of the resource.
Instance Attribute Details
#message ⇒ String
531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 531 class ContentTooLargeException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The unique identifier of the resource
531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 531 class ContentTooLargeException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource
531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 531 class ContentTooLargeException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |