Class: Aws::AppConfig::Types::PayloadTooLargeException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appconfig/types.rb

Overview

The configuration size is too large.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitFloat

Returns:

  • (Float)


2308
2309
2310
2311
2312
2313
2314
2315
# File 'lib/aws-sdk-appconfig/types.rb', line 2308

class PayloadTooLargeException < Struct.new(
  :message,
  :measure,
  :limit,
  :size)
  SENSITIVE = []
  include Aws::Structure
end

#measureString

Returns:

  • (String)


2308
2309
2310
2311
2312
2313
2314
2315
# File 'lib/aws-sdk-appconfig/types.rb', line 2308

class PayloadTooLargeException < Struct.new(
  :message,
  :measure,
  :limit,
  :size)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


2308
2309
2310
2311
2312
2313
2314
2315
# File 'lib/aws-sdk-appconfig/types.rb', line 2308

class PayloadTooLargeException < Struct.new(
  :message,
  :measure,
  :limit,
  :size)
  SENSITIVE = []
  include Aws::Structure
end

#sizeFloat

Returns:

  • (Float)


2308
2309
2310
2311
2312
2313
2314
2315
# File 'lib/aws-sdk-appconfig/types.rb', line 2308

class PayloadTooLargeException < Struct.new(
  :message,
  :measure,
  :limit,
  :size)
  SENSITIVE = []
  include Aws::Structure
end