Class: Aws::ACMPCA::Types::LockoutPreventedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::LockoutPreventedException
- Defined in:
- gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb
Overview
The current action was prevented because it would lock the caller out from performing subsequent actions. Verify that the specified parameters would not result in the caller being denied access to the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2021 2022 2023 2024 2025 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 2021 class LockoutPreventedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |