Class: Aws::Synthetics::Types::RequestEntityTooLargeException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb

Overview

One of the input resources is larger than is allowed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1451
1452
1453
1454
1455
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1451

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