Class: Aws::AppConfig::Errors::PayloadTooLargeException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AppConfig::Errors::PayloadTooLargeException
- Defined in:
- lib/aws-sdk-appconfig/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PayloadTooLargeException
constructor
A new instance of PayloadTooLargeException.
- #limit ⇒ String
- #measure ⇒ String
- #message ⇒ String
- #size ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PayloadTooLargeException
Returns a new instance of PayloadTooLargeException.
103 104 105 |
# File 'lib/aws-sdk-appconfig/errors.rb', line 103 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#limit ⇒ String
118 119 120 |
# File 'lib/aws-sdk-appconfig/errors.rb', line 118 def limit @data[:limit] end |
#measure ⇒ String
113 114 115 |
# File 'lib/aws-sdk-appconfig/errors.rb', line 113 def measure @data[:measure] end |
#message ⇒ String
108 109 110 |
# File 'lib/aws-sdk-appconfig/errors.rb', line 108 def @message || @data[:message] end |
#size ⇒ String
123 124 125 |
# File 'lib/aws-sdk-appconfig/errors.rb', line 123 def size @data[:size] end |