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
1520 1521 1522 1523 1524 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1520 class RequestEntityTooLargeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |