Class: Aws::AppConfig::Types::InvalidConfigurationDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appconfig/types.rb

Overview

Detailed information about the bad request exception error when creating a hosted configuration version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#constraintString

The invalid or out-of-range validation constraint in your JSON schema that failed validation.

Returns:

  • (String)


1985
1986
1987
1988
1989
1990
1991
1992
1993
# File 'lib/aws-sdk-appconfig/types.rb', line 1985

class InvalidConfigurationDetail < Struct.new(
  :constraint,
  :location,
  :reason,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

Location of the validation constraint in the configuration JSON schema that failed validation.

Returns:

  • (String)


1985
1986
1987
1988
1989
1990
1991
1992
1993
# File 'lib/aws-sdk-appconfig/types.rb', line 1985

class InvalidConfigurationDetail < Struct.new(
  :constraint,
  :location,
  :reason,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for an invalid configuration error.

Returns:

  • (String)


1985
1986
1987
1988
1989
1990
1991
1992
1993
# File 'lib/aws-sdk-appconfig/types.rb', line 1985

class InvalidConfigurationDetail < Struct.new(
  :constraint,
  :location,
  :reason,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of error for an invalid configuration.

Returns:

  • (String)


1985
1986
1987
1988
1989
1990
1991
1992
1993
# File 'lib/aws-sdk-appconfig/types.rb', line 1985

class InvalidConfigurationDetail < Struct.new(
  :constraint,
  :location,
  :reason,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

Details about an error with Lambda when a synchronous extension experiences an error during an invocation.

Returns:

  • (String)


1985
1986
1987
1988
1989
1990
1991
1992
1993
# File 'lib/aws-sdk-appconfig/types.rb', line 1985

class InvalidConfigurationDetail < Struct.new(
  :constraint,
  :location,
  :reason,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end