Class: Aws::Synthetics::Types::RequestEntityTooLargeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::RequestEntityTooLargeException
- Includes:
- Aws::Structure
- Defined in:
- 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
#message ⇒ String
2064 2065 2066 2067 2068 |
# File 'lib/aws-sdk-synthetics/types.rb', line 2064 class RequestEntityTooLargeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |