Class: Aws::LicenseManagerUserSubscriptions::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
The request couldn’t be completed because it conflicted with the current state of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
153 154 155 156 157 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 153 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |