Class: Aws::LicenseManager::Types::FailedDependencyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::FailedDependencyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
A dependency required to run the API is missing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#error_code ⇒ String
1245 1246 1247 1248 1249 1250 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1245 class FailedDependencyException < Struct.new( :message, :error_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1245 1246 1247 1248 1249 1250 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1245 class FailedDependencyException < Struct.new( :message, :error_code) SENSITIVE = [] include Aws::Structure end |