Class: Aws::WAF::Errors::WAFServiceLinkedRoleErrorException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WAF::Errors::WAFServiceLinkedRoleErrorException
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFServiceLinkedRoleErrorException
constructor
A new instance of WAFServiceLinkedRoleErrorException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFServiceLinkedRoleErrorException
Returns a new instance of WAFServiceLinkedRoleErrorException.
286 287 288 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/errors.rb', line 286 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
291 292 293 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/errors.rb', line 291 def @message || @data[:message] end |