Class: Aws::ACM::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::ResourceInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
The certificate is in use by another Amazon Web Services service in the caller’s account. Remove the association and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1463 1464 1465 1466 1467 |
# File 'lib/aws-sdk-acm/types.rb', line 1463 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |