Class: Aws::ServiceQuotas::Types::DependencyAccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::DependencyAccessDeniedException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
You can’t perform this action because a dependency does not have access.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
88 89 90 91 92 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 88 class DependencyAccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |