Class: Aws::Route53Resolver::Errors::LimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Route53Resolver::Errors::LimitExceededException
- Defined in:
- lib/aws-sdk-route53resolver/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
constructor
A new instance of LimitExceededException.
- #message ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
Returns a new instance of LimitExceededException.
184 185 186 |
# File 'lib/aws-sdk-route53resolver/errors.rb', line 184 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
189 190 191 |
# File 'lib/aws-sdk-route53resolver/errors.rb', line 189 def @message || @data[:message] end |
#resource_type ⇒ String
194 195 196 |
# File 'lib/aws-sdk-route53resolver/errors.rb', line 194 def resource_type @data[:resource_type] end |