Method: Aws::FMS::Types::ComplianceViolator#violation_reason
- Defined in:
- lib/aws-sdk-fms/types.rb
#violation_reason ⇒ String
The reason that the resource is not protected by the policy.
522 523 524 525 526 527 528 529 |
# File 'lib/aws-sdk-fms/types.rb', line 522 class ComplianceViolator < Struct.new( :resource_id, :violation_reason, :resource_type, :metadata) SENSITIVE = [] include Aws::Structure end |