Class: Aws::Route53Resolver::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
The current account doesn’t have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
24 25 26 27 28 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 24 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |