Class: Aws::GroundStation::Types::DependencyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DependencyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Dependency encountered an error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#parameter_name ⇒ String
Name of the parameter that caused the exception.
Instance Attribute Details
#message ⇒ String
1334 1335 1336 1337 1338 1339 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1334 class DependencyException < Struct.new( :message, :parameter_name) SENSITIVE = [] include Aws::Structure end |
#parameter_name ⇒ String
Name of the parameter that caused the exception.
1334 1335 1336 1337 1338 1339 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1334 class DependencyException < Struct.new( :message, :parameter_name) SENSITIVE = [] include Aws::Structure end |