Class: Aws::DataExchange::Errors::ServiceLimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DataExchange::Errors::ServiceLimitExceededException
- Defined in:
- lib/aws-sdk-dataexchange/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceLimitExceededException
constructor
A new instance of ServiceLimitExceededException.
- #limit_name ⇒ String
- #limit_value ⇒ String
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceLimitExceededException
Returns a new instance of ServiceLimitExceededException.
129 130 131 |
# File 'lib/aws-sdk-dataexchange/errors.rb', line 129 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#limit_name ⇒ String
134 135 136 |
# File 'lib/aws-sdk-dataexchange/errors.rb', line 134 def limit_name @data[:limit_name] end |
#limit_value ⇒ String
139 140 141 |
# File 'lib/aws-sdk-dataexchange/errors.rb', line 139 def limit_value @data[:limit_value] end |
#message ⇒ String
144 145 146 |
# File 'lib/aws-sdk-dataexchange/errors.rb', line 144 def @message || @data[:message] end |