Class: Aws::WAFRegional::Errors::WAFServiceLinkedRoleErrorException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WAFRegional::Errors::WAFServiceLinkedRoleErrorException
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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.
287 288 289 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/errors.rb', line 287 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
292 293 294 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/errors.rb', line 292 def @message || @data[:message] end |