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

Inherits:
Struct
  • Object
show all
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

#limitFloat

Returns:

  • (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

#measureString

Returns:

  • (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

#messageString

Returns:

  • (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

#sizeFloat

Returns:

  • (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