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)


2180
2181
2182
2183
2184
2185
2186
2187
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2180

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

#measureString

Returns:

  • (String)


2180
2181
2182
2183
2184
2185
2186
2187
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2180

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

#messageString

Returns:

  • (String)


2180
2181
2182
2183
2184
2185
2186
2187
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2180

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

#sizeFloat

Returns:

  • (Float)


2180
2181
2182
2183
2184
2185
2186
2187
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2180

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