Class: Aws::MigrationHub::Types::PolicyErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::PolicyErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
Exception raised when there are problems accessing Application Discovery Service (Application Discovery Service); most likely due to a misconfigured policy or the ‘migrationhub-discovery` role is missing or not configured correctly.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
817 818 819 820 821 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 817 class PolicyErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |