Class: Aws::AppConfig::Types::PayloadTooLargeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::PayloadTooLargeException
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
The configuration size is too large.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#limit ⇒ Float
2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2307 class PayloadTooLargeException < Struct.new( :message, :measure, :limit, :size) SENSITIVE = [] include Aws::Structure end |
#measure ⇒ String
2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2307 class PayloadTooLargeException < Struct.new( :message, :measure, :limit, :size) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2307 class PayloadTooLargeException < Struct.new( :message, :measure, :limit, :size) SENSITIVE = [] include Aws::Structure end |
#size ⇒ Float
2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2307 class PayloadTooLargeException < Struct.new( :message, :measure, :limit, :size) SENSITIVE = [] include Aws::Structure end |