Class: Aws::AppConfig::Errors::PayloadTooLargeException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PayloadTooLargeException

Returns a new instance of PayloadTooLargeException.

Parameters:



103
104
105
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/errors.rb', line 103

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#limitString

Returns:

  • (String)


118
119
120
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/errors.rb', line 118

def limit
  @data[:limit]
end

#measureString

Returns:

  • (String)


113
114
115
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/errors.rb', line 113

def measure
  @data[:measure]
end

#messageString

Returns:

  • (String)


108
109
110
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/errors.rb', line 108

def message
  @message || @data[:message]
end

#sizeString

Returns:

  • (String)


123
124
125
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/errors.rb', line 123

def size
  @data[:size]
end