Class: Aws::Shield::Types::NoAssociatedRoleException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::NoAssociatedRoleException
- Defined in:
- gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb
Overview
The ARN of the role that you specified does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1582 1583 1584 1585 1586 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1582 class NoAssociatedRoleException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |