state property
The value of State
is one of the following values:
- Applied
- Amazon Route 53 has finished creating resource record sets, and changes have propagated to all Route 53 edge locations.
- Creating
-
Route 53 is creating the resource record sets. Use
GetTrafficPolicyInstance
to confirm that theCreateTrafficPolicyInstance
request completed successfully. - Failed
-
Route 53 wasn't able to create or update the resource record sets. When the
value of
State
isFailed
, seeMessage
for an explanation of what caused the request to fail.
Implementation
final String state;