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)


3139
3140
3141
3142
3143
3144
3145
3146
# File 'lib/aws-sdk-appconfig/types.rb', line 3139

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

#measureString

Returns:

  • (String)


3139
3140
3141
3142
3143
3144
3145
3146
# File 'lib/aws-sdk-appconfig/types.rb', line 3139

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

#messageString

Returns:

  • (String)


3139
3140
3141
3142
3143
3144
3145
3146
# File 'lib/aws-sdk-appconfig/types.rb', line 3139

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

#sizeFloat

Returns:

  • (Float)


3139
3140
3141
3142
3143
3144
3145
3146
# File 'lib/aws-sdk-appconfig/types.rb', line 3139

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