Class: Aws::GroundStation::Types::DependencyException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Dependency encountered an error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


920
921
922
923
924
925
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 920

class DependencyException < Struct.new(
  :message,
  :parameter_name)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_nameString

Returns:

  • (String)


920
921
922
923
924
925
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 920

class DependencyException < Struct.new(
  :message,
  :parameter_name)
  SENSITIVE = []
  include Aws::Structure
end