Method: Aws::Shield::Errors::NoAssociatedRoleException#initialize
- Defined in:
- lib/aws-sdk-shield/errors.rb
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoAssociatedRoleException
Returns a new instance of NoAssociatedRoleException.
210 211 212 |
# File 'lib/aws-sdk-shield/errors.rb', line 210 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |