Class: Aws::ACM::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::ResourceInUseException
- Defined in:
- gems/aws-sdk-acm/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
3257 3258 3259 3260 3261 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 3257 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |