menu
aws_kinesisanalytics_api package
documentation
kinesisanalytics-2015-08-14.dart
InvalidApplicationConfigurationException
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
String
?
>
toJson
(
)
inherited
Implementation
Map
<
String
,
String?
> toJson() => {
'type'
: type,
'code'
: code,
'message'
: message, };
aws_kinesisanalytics_api package
documentation
kinesisanalytics-2015-08-14
InvalidApplicationConfigurationException
toJson method
InvalidApplicationConfigurationException class
Constructors
new
Properties
code
hashCode
message
runtimeType
type
Methods
noSuchMethod
toJson
toString
Operators
operator ==