Class: Aws::AppConfig::Types::InvalidConfigurationDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::InvalidConfigurationDetail
- 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
-
#constraint ⇒ String
The invalid or out-of-range validation constraint in your JSON schema that failed validation.
-
#location ⇒ String
Location of the validation constraint in the configuration JSON schema that failed validation.
-
#reason ⇒ String
The reason for an invalid configuration error.
-
#type ⇒ String
The type of error for an invalid configuration.
-
#value ⇒ String
Details about an error with Lambda when a synchronous extension experiences an error during an invocation.
Instance Attribute Details
#constraint ⇒ String
The invalid or out-of-range validation constraint in your JSON schema that failed validation.
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 |
#location ⇒ String
Location of the validation constraint in the configuration JSON schema that failed validation.
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 |
#reason ⇒ String
The reason for an invalid configuration error.
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 |
#type ⇒ String
The type of error for an invalid configuration.
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 |
#value ⇒ String
Details about an error with Lambda when a synchronous extension experiences an error during an invocation.
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 |