Class: Aws::QApps::Types::ContentTooLargeException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (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_idString

The unique identifier of the resource

Returns:

  • (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_typeString

The type of the resource

Returns:

  • (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