Class: Aws::ACM::Types::ResourceInUseException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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