Class: Aws::FraudDetector::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as ‘PutExternalModel`, that specifies a role that is not in your account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
105 106 107 108 109 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 105 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |