Class: Aws::Mgn::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ValidationException
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Validate exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
-
#field_list ⇒ Array<Types::ValidationExceptionField>
Validate exception field list.
-
#message ⇒ String
-
#reason ⇒ String
Validate exception reason.
Instance Attribute Details
#code ⇒ String
4732 4733 4734 4735 4736 4737 4738 4739 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4732 class ValidationException < Struct.new( :code, :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#field_list ⇒ Array<Types::ValidationExceptionField>
Validate exception field list.
4732 4733 4734 4735 4736 4737 4738 4739 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4732 class ValidationException < Struct.new( :code, :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4732 4733 4734 4735 4736 4737 4738 4739 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4732 class ValidationException < Struct.new( :code, :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Validate exception reason.
4732 4733 4734 4735 4736 4737 4738 4739 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4732 class ValidationException < Struct.new( :code, :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |